Evan You
2a64b8a356
tests for v-model select
9 years ago
Evan You
22d7acba03
always set props even if value is the same
9 years ago
Evan You
c2ef6d8df9
v-model checkbox tests
9 years ago
Evan You
1914dfe4dd
v-model radio tests
9 years ago
Evan You
0e67d82356
remove transition specs (to be tested in its own suite)
9 years ago
Evan You
b370eacfce
fix unit tests in IE9
9 years ago
Evan You
cc06868882
improve hydration test case
9 years ago
Bartek Iwańczuk
2421265f61
tests for parent, name and mixins ( #2959 )
* tests for parent, name and mixins
* split mixin test case into to, prefixed test suites
9 years ago
Evan You
1c6325367e
amend render tests
9 years ago
kazuya kawaguchi
af16d36122
add render tests
ref: #2872
9 years ago
Evan You
dc76830b7b
fix test error in phantomjs
9 years ago
Evan You
056cb7f295
test for v-model text
9 years ago
kazuya kawaguchi
6b4a617e6d
Fix render codegen bug ( #2954 )
9 years ago
Evan You
34b37a62ec
test for v-cloak
9 years ago
kazuya kawaguchi
a6ac886f2c
add vdom helper
9 years ago
kazuya kawaguchi
31c63559ed
add eslint ignore for test
9 years ago
kazuya kawaguchi
02cdbd2dbb
add patch tests
ref: #2872
9 years ago
Evan You
cb915d0120
fix linting issues
9 years ago
Evan You
5594a7cd3d
tests for v-bind object
9 years ago
Evan You
54e648e49f
include patch process in watcher getter to ensure correct dep collection for deep updates
9 years ago
Evan You
8c8eaea0fb
restructure global api tests + ensure global mixins work regardless of constructor creation time
9 years ago
Bartek
7d55af6b6a
Delimiters tests ( #2948 )
* delimiters spec
* delete Vue.options.delimiters
9 years ago
Evan You
0a15d9ee27
add root element warnings
9 years ago
Evan You
df73cbf0a8
remove v-bind:style important test case due to phantomjs inconsistency
9 years ago
kazuya kawaguchi
30c82195d1
add create-element tests ( #2930 )
9 years ago
Brendan Bowidas
93bfc9baa7
Unit tests for v-bind:style ( #2932 )
* begin unit tests for v-bind:style
* add unit tests for v-bind:style directive
9 years ago
Evan You
82c76175ec
use extend instead of Object.assign() since the latter is not avaialble in phantomjs
9 years ago
Evan You
f5297358af
fix linting problems
9 years ago
Evan You
9d3479a76c
rearrange option tests
9 years ago
Blake Newman
79b29f7ba4
added ref directive tests ( #2892 )
9 years ago
Evan You
acd712d54d
fix ref codegen
9 years ago
Evan You
af0bf2a886
async component tests
9 years ago
Evan You
600ebfbaa4
simplify compiler tests
9 years ago
kazuya kawaguchi
0f46d950ec
add create-component tests ( #2928 )
ref: #2872
9 years ago
Evan You
6fe268874c
improve codegen for smaller generated code size
9 years ago
kazuya kawaguchi
680baf846e
add codegen tests ( #2894 )
ref #2872
9 years ago
Evan You
f8ece6144a
improve waitForUpdate() syntax
9 years ago
Blake Newman
8e35604dab
added pre directive tests ( #2891 )
9 years ago
Jinjiang
1d45c4b9e9
extract style/class/transition as web platform compiler modules ( #2885 )
* extract style/class/transition as web platform compiler modules
* fixed genData bug
* made module.staticKeys optional in compiler
* changed module.genData just return additional data in compiler
* cached genStaticKeys in compiler optimizer
9 years ago
Evan You
da4124c4ca
unit tests for v-bind:class
9 years ago
kazuya kawaguchi
6daba53750
add optimizer tests ( #2882 )
ref: #2872
9 years ago
Evan You
eaddbe5739
update track-by usage in test
9 years ago
kazuya kawaguchi
b8ffc659e9
add parser tests ( #2878 )
ref #2872
9 years ago
kazuya kawaguchi
b65511e111
add scheduler tests ( #2869 )
9 years ago
Evan You
45d96c7dbc
annotation for vdom (wip)
9 years ago
kazuya kawaguchi
82da272bdf
add watcher tests ( #2868 )
9 years ago
Evan You
7ac7cae195
add error handling for srr
9 years ago
Blake Newman
9b59ccc6b4
Fix issue with renderToString stack length overflowing ( #2840 )
* Fix issue with renderToString stack length overflowing
* SSR renderToString asyncronous callback
9 years ago
Evan You
d6ced71719
prohibit Vue.set/delete on Vue instances
9 years ago
kazuya kawaguchi
64de68b6f5
add observer tests ( #2855 )
* test: add observer tests
NOTE: bring vue 1.x observer test
* update observer tests
9 years ago