Commit Graph

583 Commits

Author SHA1 Message Date
Evan You
f8cfc81826 remove unnecessary v-pre related code 2016-06-01 15:03:09 -04:00
Evan You
bd12a68b02 add v-ref + v-for test case 2016-06-01 15:02:55 -04:00
Evan You
3e596bb97b handle event removal 2016-06-01 14:49:51 -04:00
Evan You
1fc251cfa4 rename errorHandler config 2016-06-01 11:19:16 -04:00
Evan You
366188fbde coverage improvements 2016-06-01 11:17:37 -04:00
Evan You
ff9c6b09bb fix svg parsing in IE 2016-05-31 22:41:56 -04:00
Evan You
2e678b87a5 remove classList polyfill in tests 2016-05-31 21:42:33 -04:00
Evan You
b42f4b4c7f improve transition tests 2016-05-31 20:55:13 -04:00
Evan You
79bfb1809a more transition tests 2016-05-31 20:36:06 -04:00
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