Evan You
|
87820e9fbd
|
remove select append selectedIndex test case
|
9 years ago |
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
|
b370eacfce
|
fix unit tests in IE9
|
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 |
Evan You
|
34b37a62ec
|
test for v-cloak
|
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
|
df73cbf0a8
|
remove v-bind:style important test case due to phantomjs inconsistency
|
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
|
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
|
af0bf2a886
|
async component tests
|
9 years ago |
Evan You
|
f8ece6144a
|
improve waitForUpdate() syntax
|
9 years ago |
Blake Newman
|
8e35604dab
|
added pre directive tests (#2891)
|
9 years ago |
Evan You
|
da4124c4ca
|
unit tests for v-bind:class
|
9 years ago |
Evan You
|
45d96c7dbc
|
annotation for vdom (wip)
|
9 years ago |
Evan You
|
d6ced71719
|
prohibit Vue.set/delete on Vue instances
|
9 years ago |
Evan You
|
07cf6444c6
|
return this in $mount, make unit tests more consistent
|
9 years ago |
Evan You
|
2021b1f36f
|
layout unit test files
|
9 years ago |
Evan You
|
6593be9f75
|
update unit tests convention + basic component tests
|
9 years ago |
Evan You
|
5fb1a549d2
|
make attr behavior more consistent + fix tests
|
9 years ago |
Takuya Tejima
|
ae78813606
|
[Vue 2.0] Fix BooleanAttr & EnumeratedAttr serialization (#2810)
* fix attr serialization
* Add attribute test cases
|
9 years ago |
Evan You
|
68372ea26b
|
update track-by usage
|
9 years ago |
Evan You
|
f0f2b76183
|
fix eslint
|
9 years ago |
Evan You
|
2f0222b41c
|
layout test files
|
9 years ago |
Evan You
|
72b74a23e4
|
improve v-for unit tests
|
9 years ago |
Evan You
|
2679653362
|
test for Vue.compile
|
9 years ago |
Evan You
|
e275b75af8
|
test/fix global filter registration
|
9 years ago |
Evan You
|
cab88c50bb
|
fix child component v-on spec
|
9 years ago |
Evan You
|
680bd042c9
|
fix v-on test capture
|
9 years ago |
Jinjiang
|
25efaf2163
|
[next] v-on test (#2741)
* ensure babel-env during build
* v-on test
* fixed build script
|
9 years ago |
Blake Newman
|
681dc603e4
|
added v-once directive unit tests (#2740)
|
9 years ago |
Evan You
|
26b776fa81
|
add placeholders for unit tests
|
9 years ago |
Evan You
|
3dc6088d53
|
use more reliable display check for v-show tests (fix it in PhantomJS)
|
9 years ago |
Evan You
|
bf14a05f3e
|
fix spelling
|
9 years ago |
Evan You
|
f550933334
|
fix unit tests in Firefox/Safari
|
9 years ago |
Jinjiang
|
657ba390c7
|
directives v-for v-html v-text v-show (#7)
* v-text & v-html tests
* new es2015 syntax
* passed v-html test
* fixed if/for/else render update bug
* fixed if/for/else render update bug
* added v-else with v-if test
* added v-if test with v-else and v-for
* fixed code format
* fixed Vue.delete bug
* v-for test
|
9 years ago |
Evan You
|
9a2c8db4c8
|
get rid of new function in core so that runtime is fully CSP-compliant
|
9 years ago |
Evan You
|
4540aaf37d
|
fix async failure
|
9 years ago |