Evan You
|
74538b4529
|
basic transition tests
|
2016-05-31 19:09:57 -04:00 |
|
Evan You
|
9c2ca07cc6
|
more coverage improvements
|
2016-05-31 15:26:55 -04:00 |
|
Evan You
|
6a48b35473
|
props tests
|
2016-05-31 15:15:01 -04:00 |
|
Evan You
|
3db3ca5623
|
fix ssr tests
|
2016-05-31 13:55:42 -04:00 |
|
Evan You
|
4179ba0b1c
|
small coverage tweaks
|
2016-05-31 13:46:08 -04:00 |
|
Evan You
|
a326c91056
|
improve proxy property warning
|
2016-05-31 13:33:20 -04:00 |
|
Evan You
|
47f24430cb
|
also warn set/delete on instance root $data
|
2016-05-31 13:31:29 -04:00 |
|
Evan You
|
818faa7d58
|
options watch tests
|
2016-05-31 11:21:41 -04:00 |
|
Evan You
|
26bc0002d7
|
options computed test
|
2016-05-30 18:37:22 -04:00 |
|
Evan You
|
b83b59796c
|
no need for unbind in model runtime
|
2016-05-29 16:41:01 -04:00 |
|
Evan You
|
563cdba11e
|
improve coverage
|
2016-05-29 15:02:03 -04:00 |
|
Evan You
|
7913a96ccb
|
fix test in phantomjs
|
2016-05-29 14:39:48 -04:00 |
|
Evan You
|
2a09188e01
|
options propsData tests
|
2016-05-29 14:28:03 -04:00 |
|
Evan You
|
ed10dcf293
|
add asset resolution warning tests
|
2016-05-29 14:01:43 -04:00 |
|
Evan You
|
2f79bd26a4
|
options data tests
|
2016-05-29 13:55:30 -04:00 |
|
Evan You
|
0abbdd98c6
|
more filter tests
|
2016-05-29 13:35:47 -04:00 |
|
Evan You
|
f23498242f
|
test for misc instance properties
|
2016-05-29 13:21:09 -04:00 |
|
Evan You
|
5b18542eea
|
option extends tests
|
2016-05-29 13:02:45 -04:00 |
|
Evan You
|
43da334ec1
|
test programmatic $slot access
|
2016-05-28 21:39:59 -04:00 |
|
Evan You
|
7bb5234074
|
options filters tests
|
2016-05-28 21:29:05 -04:00 |
|
Evan You
|
1e90fd6a52
|
component option tests
|
2016-05-28 21:14:37 -04:00 |
|
Evan You
|
0450aba1f1
|
improve Vue.extend tests
|
2016-05-28 21:09:01 -04:00 |
|
Evan You
|
d62eacd1da
|
directive option tests
|
2016-05-28 21:08:55 -04:00 |
|
Evan You
|
99a96d3c37
|
should invoke destroy hook for replaced root nodes too
|
2016-05-28 21:05:53 -04:00 |
|
Evan You
|
5aeb7f5eef
|
lifecycle hook tests
|
2016-05-28 20:17:19 -04:00 |
|
Evan You
|
20758d554f
|
instance methods tests
|
2016-05-27 21:38:06 -04:00 |
|
kazuya kawaguchi
|
f5bc3e584f
|
add options render tests (#2966)
ref: #2872
|
2016-05-27 21:05:42 -04:00 |
|
Evan You
|
a99bed7267
|
just use lodash itself since it is already a dep
|
2016-05-27 20:00:12 -04:00 |
|
kazuya kawaguchi
|
d91eda8556
|
add options el tests (#2967)
* add options el tests
ref: #2872
* fix error at phantomjs env
|
2016-05-27 19:17:57 -04:00 |
|
kazuya kawaguchi
|
05235942a7
|
add options template tests (#2968)
* add options template tests
ref: #2872
* fix runtime error and warning optimaize
* update invalid template
|
2016-05-27 19:17:03 -04:00 |
|
Evan You
|
c6d749b268
|
bump dependencies and fix toEqual matcher in Safari
|
2016-05-27 19:16:14 -04:00 |
|
Evan You
|
efd589e92f
|
return emptyVNode if render function is not provided
|
2016-05-27 18:16:26 -04:00 |
|
Evan You
|
3a0557a317
|
component slot tests
|
2016-05-27 17:14:23 -04:00 |
|
Evan You
|
87820e9fbd
|
remove select append selectedIndex test case
|
2016-05-26 23:54:06 -04:00 |
|
Evan You
|
2a64b8a356
|
tests for v-model select
|
2016-05-26 23:51:34 -04:00 |
|
Evan You
|
22d7acba03
|
always set props even if value is the same
|
2016-05-26 20:47:23 -04:00 |
|
Evan You
|
c2ef6d8df9
|
v-model checkbox tests
|
2016-05-26 20:41:34 -04:00 |
|
Evan You
|
1914dfe4dd
|
v-model radio tests
|
2016-05-26 20:11:47 -04:00 |
|
Evan You
|
0e67d82356
|
remove transition specs (to be tested in its own suite)
|
2016-05-26 19:46:33 -04:00 |
|
Evan You
|
b370eacfce
|
fix unit tests in IE9
|
2016-05-26 19:07:44 -04:00 |
|
Evan You
|
cc06868882
|
improve hydration test case
|
2016-05-26 18:22:22 -04:00 |
|
Evan You
|
0fd43c9653
|
Merge branch 'test/patch' of git://github.com/kazupon/vue into test/patch
|
2016-05-26 18:16:40 -04:00 |
|
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
|
2016-05-26 18:11:56 -04:00 |
|
Evan You
|
1c6325367e
|
amend render tests
|
2016-05-26 18:10:20 -04:00 |
|
kazuya kawaguchi
|
af16d36122
|
add render tests
ref: #2872
|
2016-05-26 17:57:19 -04:00 |
|
Evan You
|
dc76830b7b
|
fix test error in phantomjs
|
2016-05-26 13:58:10 -04:00 |
|
Evan You
|
056cb7f295
|
test for v-model text
|
2016-05-26 13:54:37 -04:00 |
|
Evan You
|
20f6e6e3fe
|
adjust binding attr retrieval priority
|
2016-05-26 13:23:05 -04:00 |
|
Evan You
|
69abe1b726
|
make sure to expose real instance instead of proxy as vnode.context
|
2016-05-26 12:57:45 -04:00 |
|
Evan You
|
2114cca184
|
support using extended contructors as mixins
|
2016-05-26 11:39:49 -04:00 |
|