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
38540b07e4
add server-rendered mark for ssr output
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
d08cf7c320
streaming renderer!
9 years ago
Evan You
2111709e57
assert setting state in created hook works in ssr
9 years ago
Evan You
018b0e5440
ssr hoc component (failing)
9 years ago
Evan You
83ea6ef85d
update ssr with tests
9 years ago
Evan You
fff89dff1e
add waitForUpdate as allowed global in unit tests
9 years ago
Evan You
4540aaf37d
fix async failure
9 years ago
Evan You
75ce539b49
use custom async chaining assertion utility
9 years ago
Evan You
7169d14179
update if tests
9 years ago
Jinjiang
9b681f7cf0
fixed if/for/else render update bug ( #8 )
* fixed if/for/else render update bug
* added v-else with v-if test
* added v-if test with v-else and v-for
* removed unnecessary elseBlock detect in optimizer
9 years ago
Evan You
e649795596
improve linting
9 years ago
Jinjiang
84549215bf
global api tests ( #6 )
* Vue.set & Vue.delete tests
* more global api tests
* new es2015 syntax
9 years ago
Evan You
213aaf3203
use arrow fns in tests
9 years ago
Evan You
4c6ed93a36
global config tests
9 years ago
Evan You
a04ff9dcc7
remove deprecated code
9 years ago
Evan You
9ce3693021
setup unit test
9 years ago
Evan You
6dd3d5b4c4
add a step to commits e2e test
9 years ago
Evan You
d0c99b1cdb
make modal test more stable in chrome (all e2e tests pass)
9 years ago
Evan You
a9fbc0b738
remove old e2e tests
9 years ago
Evan You
5807adcf1f
e2e test for todomvc
9 years ago
Evan You
c942793b8c
e2e tests for tree
9 years ago
Evan You
6170a55d15
e2e test for svg
9 years ago
Evan You
b38b4b2907
fix watch in firefox again + e2e test for select2
9 years ago
Evan You
f9c3d70526
modal e2e test
9 years ago
Evan You
c403f5635b
grid e2e test
9 years ago
Evan You
7b180cd01b
commits e2e test
9 years ago
Evan You
0220fc310e
allow runner to run sub tests
9 years ago
Evan You
04b8a7533c
markdown test pass
9 years ago
Evan You
4d018cbe9f
start switching to nightwatch
9 years ago
Evan You
da42ca8203
add e2e test for modal
9 years ago
Evan You
2ef8d1028b
add e2e test for select2
9 years ago
Evan You
ceab86d9df
add e2e tests
9 years ago