Commit Graph

607 Commits

Author SHA1 Message Date
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
kazuya kawaguchi
6b4a617e6d Fix render codegen bug (#2954) 2016-05-26 10:31:49 -04:00
Evan You
34b37a62ec test for v-cloak 2016-05-25 18:28:05 -04:00
Evan You
6a06b0dec0 include eslint during dev 2016-05-25 16:03:22 -04:00
kazuya kawaguchi
a6ac886f2c
add vdom helper 2016-05-25 15:50:00 +09:00
kazuya kawaguchi
31c63559ed
add eslint ignore for test 2016-05-25 15:43:12 +09:00
kazuya kawaguchi
02cdbd2dbb
add patch tests
ref: #2872
2016-05-25 15:42:39 +09:00
Evan You
cb915d0120 fix linting issues 2016-05-24 20:52:59 -04:00
Evan You
5594a7cd3d tests for v-bind object 2016-05-24 20:51:01 -04:00
Evan You
8d229b2442 support v-bind on objects 2016-05-24 20:41:06 -04:00
Evan You
54e648e49f include patch process in watcher getter to ensure correct dep collection for deep updates 2016-05-24 19:53:58 -04:00
Evan You
49b62889c6 tweaks 2016-05-24 19:24:58 -04:00
Evan You
7f85acb4e5 expose oldValue on directive bindings 2016-05-24 18:28:17 -04:00
Evan You
6195742c2b fix v-show transition on appear 2016-05-24 18:12:10 -04:00
Evan You
8c8eaea0fb restructure global api tests + ensure global mixins work regardless of constructor creation time 2016-05-24 14:12:10 -04:00
Bartek
7d55af6b6a Delimiters tests (#2948)
* delimiters spec

* delete Vue.options.delimiters
2016-05-24 13:32:03 -04:00
Evan You
d263bb237a adjust directive hook signature to expose all information 2016-05-24 13:17:19 -04:00
Evan You
48f22c9b17 fix flow error 2016-05-24 00:27:18 -04:00