You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/generator
Rich Harris a362b436b2
Merge pull request #352 from sveltejs/gh-348
9 years ago
..
attribute-dynamic
attribute-dynamic-multiple fix unit tests 9 years ago
attribute-empty
attribute-empty-svg
attribute-partial-number only update attributes that have changed (#279) 9 years ago
attribute-static
attribute-static-boolean
autofocus
binding-input-checkbox
binding-input-checkbox-deep-contextual
binding-input-text
binding-input-text-contextual fix unit tests 9 years ago
binding-input-text-deep
binding-input-text-deep-contextual fix unit tests 9 years ago
binding-select
binding-select-initial-value use component.destroy() in tests instead of component.teardown() 9 years ago
binding-select-multiple two-way binding with <select multiple> (#313) 9 years ago
binding-textarea use input events for two-way binding with textareas and non-checkbox/radio inputs (#10) 9 years ago
component
component-binding skip component binding SSR tests, for now 9 years ago
component-binding-conditional dont trigger bindings for torn-down components (#277) 9 years ago
component-binding-conditional-b dont trigger bindings for torn-down components (#277) 9 years ago
component-binding-each use component.destroy() in tests instead of component.teardown() 9 years ago
component-binding-each-nested use component.destroy() in tests instead of component.teardown() 9 years ago
component-binding-nested skip component binding SSR tests, for now 9 years ago
component-binding-parent-supercedes-child
component-data-dynamic
component-data-dynamic-late
component-data-empty
component-data-static
component-data-static-boolean
component-events
component-events-data
component-events-each use component.destroy() in tests instead of component.teardown() 9 years ago
component-not-void
component-ref update tests 9 years ago
component-yield fix/skip various SSR tests 9 years ago
component-yield-if
component-yield-multiple-in-each correctly update yield fragment inside each, #230 9 years ago
component-yield-multiple-in-if use component.destroy() in tests instead of component.teardown() 9 years ago
component-yield-parent fix unit tests 9 years ago
computed-function
computed-values use component.destroy() in tests instead of component.teardown() 9 years ago
computed-values-default use component.destroy() in tests instead of component.teardown() 9 years ago
css
css-comments handle multiline comments in CSS - fixes #252 9 years ago
css-false
css-space-in-attribute failing test for #288 9 years ago
custom-method
deconflict-builtins use component.destroy() in tests instead of component.teardown() 9 years ago
deconflict-contexts failing test for #222 part 2 9 years ago
default-data
default-data-function
default-data-override
destructuring use component.destroy() in tests instead of component.teardown() 9 years ago
dev-warning-missing-data add development warnings for missing data properties with dev: true (#13) 9 years ago
dev-warning-missing-data-binding throw error in dev mode for missing bound properties (#249) 9 years ago
each-block fix unit tests 9 years ago
each-block-containing-if
each-block-else
each-block-indexed fix unit tests 9 years ago
each-block-keyed use component.destroy() in tests instead of component.teardown() 9 years ago
each-block-random-permute
each-block-text-node
each-blocks-expression fix unit tests 9 years ago
each-blocks-nested fix unit tests 9 years ago
each-blocks-nested-b fix unit tests 9 years ago
event-handler fix unit tests 9 years ago
event-handler-custom
event-handler-custom-context
event-handler-event-methods
event-handler-removal fix unit tests 9 years ago
event-handler-this-methods
events-custom use component.destroy() in tests instead of component.teardown() 9 years ago
events-lifecycle use component.destroy() in tests instead of component.teardown() 9 years ago
function-in-expression allow [arrow] function expressions inside tags (#269) 9 years ago
get-state
globals-accessible-directly unit test 9 years ago
globals-not-dereferenced
globals-shadowed-by-data
globals-shadowed-by-helpers
hello-world use component.destroy() in tests instead of component.teardown() 9 years ago
helpers
if-block fix unit tests 9 years ago
if-block-else
if-block-elseif use component.destroy() in tests instead of component.teardown() 9 years ago
if-block-elseif-text use component.destroy() in tests instead of component.teardown() 9 years ago
if-block-expression
if-block-widget fix unit tests 9 years ago
inline-expressions
input-list
lifecycle-events use component.destroy() in tests instead of component.teardown() 9 years ago
names-deconflicted
names-deconflicted-nested
nbsp differentiate between nbsp and other whitespace (#348) 9 years ago
observe-component-ignores-irrelevant-changes
observe-prevents-loop
onrender-chain use component.destroy() in tests instead of component.teardown() 9 years ago
onrender-fires-when-ready use component.destroy() in tests instead of component.teardown() 9 years ago
onrender-fires-when-ready-nested update tests 9 years ago
pass-no-options
raw-mustaches use component.destroy() in tests instead of component.teardown() 9 years ago
raw-mustaches-preserved use component.destroy() in tests instead of component.teardown() 9 years ago
refs
refs-unset
select use component.destroy() in tests instead of component.teardown() 9 years ago
self-reference self-references (#51) 9 years ago
self-reference-tree <:Self> inside each-block 9 years ago
set-in-observe update tests 9 years ago
set-in-observe-dedupes-renders use component.destroy() in tests instead of component.teardown() 9 years ago
set-in-onrender update tests 9 years ago
set-prevents-loop
single-static-element
single-text-node fix/skip various SSR tests 9 years ago
svg
svg-attributes use component.destroy() in tests instead of component.teardown() 9 years ago
svg-child-component-declared-namespace
svg-child-component-declared-namespace-shorthand
svg-class use component.destroy() in tests instead of component.teardown() 9 years ago
svg-each-block-namespace use component.destroy() in tests instead of component.teardown() 9 years ago
svg-multiple
svg-no-whitespace
svg-xlink use component.destroy() in tests instead of component.teardown() 9 years ago
svg-xmlns Merge branch 'master' into universal-tests 9 years ago