.. |
attribute-dynamic
|
pass assert into tests
|
8 years ago |
attribute-dynamic-multiple
|
initialise fragments with data, rather than waiting for first update
|
8 years ago |
attribute-static
|
rename .svelte to .html in test files - better idea i think
|
8 years ago |
attribute-static-boolean
|
pass assert into tests
|
8 years ago |
autofocus
|
initialise fragments with data, rather than waiting for first update
|
8 years ago |
binding-input-checkbox
|
pass assert into tests
|
8 years ago |
binding-input-checkbox-deep-contextual
|
initialise fragments with data, rather than waiting for first update
|
8 years ago |
binding-input-text
|
pass assert into tests
|
8 years ago |
binding-input-text-contextual
|
pass assert into tests
|
8 years ago |
binding-input-text-deep
|
initialise fragments with data, rather than waiting for first update
|
8 years ago |
binding-input-text-deep-contextual
|
pass assert into tests
|
8 years ago |
binding-select
|
basic <select> binding
|
8 years ago |
component
|
failing component test
|
8 years ago |
component-binding
|
component two-way bindings
|
8 years ago |
component-binding-nested
|
test deeply nested bindings
|
8 years ago |
component-binding-parent-supercedes-child
|
better solution for preventing blowback with inter-component bindings, also fixes #19
|
8 years ago |
component-data-dynamic
|
pass assert into tests
|
8 years ago |
component-data-dynamic-late
|
initialise fragments with data, rather than waiting for first update
|
8 years ago |
component-data-static
|
support static data and refs on components
|
8 years ago |
component-data-static-boolean
|
fix component boolean attributes
|
8 years ago |
component-events
|
initialise fragments with data, rather than waiting for first update
|
8 years ago |
component-events-data
|
pass assert into tests
|
8 years ago |
component-ref
|
pass assert into tests
|
8 years ago |
computed-values
|
pass assert into tests
|
8 years ago |
css
|
pass assert into tests
|
8 years ago |
custom-method
|
pass assert into tests
|
8 years ago |
default-data
|
pass assert into tests
|
8 years ago |
each-block
|
pass assert into tests
|
8 years ago |
each-block-containing-if
|
initialise fragments with data, rather than waiting for first update
|
8 years ago |
each-block-indexed
|
rename .svelte to .html in test files - better idea i think
|
8 years ago |
each-blocks-expression
|
rename .svelte to .html in test files - better idea i think
|
8 years ago |
each-blocks-nested
|
use MagicString.Bundle for better sourcemap support
|
8 years ago |
each-blocks-nested-b
|
pass assert into tests
|
8 years ago |
event-handler
|
pass assert into tests
|
8 years ago |
event-handler-custom
|
pass assert into tests
|
8 years ago |
event-handler-custom-context
|
component is context for custom event handlers
|
8 years ago |
event-handler-removal
|
pass assert into tests
|
8 years ago |
events-custom
|
pass assert into tests
|
8 years ago |
events-lifecycle
|
pass assert into tests
|
8 years ago |
hello-world
|
pass assert into tests
|
8 years ago |
helpers
|
rename .svelte to .html in test files - better idea i think
|
8 years ago |
if-block
|
pass assert into tests
|
8 years ago |
if-block-else
|
add assert.htmlEqual helper
|
8 years ago |
if-block-elseif
|
implement elseif
|
8 years ago |
if-block-elseif-text
|
correctly insert non-element children before an anchor
|
8 years ago |
if-block-expression
|
rename .svelte to .html in test files - better idea i think
|
8 years ago |
inline-expressions
|
pass assert into tests
|
8 years ago |
lifecycle-events
|
pass assert into tests
|
8 years ago |
observe-component-ignores-irrelevant-changes
|
only update components if their dependencies have changed
|
8 years ago |
observe-prevents-loop
|
prevent infinite observe loops
|
8 years ago |
onrender-fires-when-ready
|
only fire onrender hooks once component is in the DOM – fixes #18
|
8 years ago |
refs
|
pass assert into tests
|
8 years ago |
refs-unset
|
only set ref to null when tearing down if it is still current – closes #24
|
8 years ago |
set-in-observe
|
some more tests
|
8 years ago |
set-in-onrender
|
some more tests
|
8 years ago |
set-prevents-loop
|
prevent infinite set loops
|
8 years ago |
single-static-element
|
rename .svelte to .html in test files - better idea i think
|
8 years ago |
svg
|
pass assert into tests
|
8 years ago |
svg-attributes
|
dont use property names with SVG elements
|
8 years ago |
text-node-top-level
|
remove top-level text nodes on teardown
|
8 years ago |