Commit Graph

50 Commits

Author SHA1 Message Date
Evan You
9f74f2048d refactor: move to monorepo 2022-05-31 15:32:44 +08:00
Evan You
e5a6fe5da7 test: e2e test for composition API examples 2022-05-30 17:20:43 +08:00
Evan You
72aed6a149 workflow: remove eslint, apply prettier 2022-05-23 17:21:17 +08:00
Evan You
7618851323 chore: remove stale tests [ci skip] 2022-05-20 18:22:45 +08:00
Evan You
ab110cf8a9 test: e2e tests 2022-05-20 18:21:53 +08:00
Evan You
575f07643d build: separate src and test tsconfig 2022-05-20 14:35:56 +08:00
David Welch
e2f1ce06cf chore: cleanup tweaks that would affect JS; rolled back packages folder to @pikax output 2022-05-04 15:16:17 -06:00
David Welch
40dccfedd1 chore: fix test harness; most of the tooling + test harness is happy; coverage still needs fixing 2022-05-03 11:04:55 -06:00
David Welch
534a0aa863 chore: convert tests to typescript 2022-04-29 15:43:25 -06:00
zrh122
bd6cea0973 test: fix running e2e test on windows (#9909) 2019-04-25 10:35:16 +08:00
Evan You
3504d7f6d6 refactor: better solution for async edge case.
Revert event delegation related changes.
2019-01-10 14:21:31 -05:00
Evan You
3be1c5d67e feat(config): expose config.useEventDelegation and default to false 2019-01-09 20:09:50 -05:00
Evan You
b7f7f27569 feat: use event delegation when possible
This also fixes async edge case #6566 where events propagate too slow
and incorrectly trigger handlers post-patch.
2018-12-19 19:26:58 -05:00
Haoqun Jiang
850555d1fa fix: always use microtasks for nextTick (#8450)
fix #7109, #7546, #7707, #7834, #8109
reopen #6566
2018-12-19 13:29:00 -05:00
Sam Lichlyter
5489339a30 refactor(core): Replace "var" (#8299)
Replaces instances of "var" with "let" and "const" where applicable using the eslint 'no-var' and
'prefer-const' rules
2018-10-24 13:07:40 -04:00
Evan You
76fd45c9fd build: upgrade eslint and use only non-stylistic rules 2018-10-24 12:08:32 -04:00
Tim
d280937045 test(e2e): trigger click on .new-todo instead of footer (#7938) 2018-08-20 17:52:06 -04:00
Evan You
4e0c48511d fix: further adjust nextTick strategy
fix #6813
2017-10-13 15:37:52 -04:00
Evan You
6e41679a96 fix: use MessageChannel for nextTick
fix #6566, #6690
2017-10-05 00:52:47 -04:00
Evan You
aa1356e83d test: e2e tests for basic renderer 2017-10-04 18:15:45 -04:00
Evan You
610d1aabe9 build: move test config files into /test 2017-06-17 19:11:38 +08:00
YOU
61930e0cc6 chore(test): fix some typos (#5101) 2017-03-06 09:50:49 +01:00
Evan You
24604e70ea bump dependencies 2016-11-15 16:45:12 -05:00
Chris Fritz
4f5a47d750 fix root v-else not rendering in prod and switched examples to minified vue for better prod coverage (#3943)
* fix root v-else not rendering in production and switched examples to minified vue for better prod coverage

* add dev build comment to examples

* convert tabs to spaces in todomvc example for consistency
2016-10-14 09:27:54 -04:00
Evan You
2b1a0b985c extend commits e2e wait period because GitHub is slow 2016-09-19 12:35:59 -04:00
Evan You
7b3cb27d8a update nightwatch-helpers 2016-07-28 20:30:38 -04:00
Evan You
d83088ab07 extract nightwatch-helpers into npm package 2016-07-25 01:40:06 -04:00
Evan You
9e14146fb2 temporarily disable firefox in e2e tests until nightwatch updates to work with FF 47 2016-06-15 14:16:42 -04:00
Evan You
a5ccee3079 make modal e2e test more stable on CI 2016-06-15 10:40:40 -04:00
Evan You
d1a5298372 adjust build setup 2016-06-13 18:56:36 -04:00
Evan You
22a4d77197 fix select2 e2e test in phantomjs 2016-06-13 18:14:44 -04:00
Evan You
bd71c06b6f tweak e2e script to allow passing in more flags to npm task 2016-06-13 18:01:12 -04:00
Evan You
a53d54aa8a fix whitespace vnode identity breaking patch (fix #3043) 2016-06-08 13:28:55 -04:00
Evan You
e649795596 improve linting 2016-04-25 12:58:37 -04:00
Evan You
6dd3d5b4c4 add a step to commits e2e test 2016-04-23 17:06:43 -04:00
Evan You
d0c99b1cdb make modal test more stable in chrome (all e2e tests pass) 2016-04-21 19:29:35 -04:00
Evan You
a9fbc0b738 remove old e2e tests 2016-04-21 19:24:23 -04:00
Evan You
5807adcf1f e2e test for todomvc 2016-04-21 19:23:13 -04:00
Evan You
c942793b8c e2e tests for tree 2016-04-21 18:19:09 -04:00
Evan You
6170a55d15 e2e test for svg 2016-04-21 18:02:08 -04:00
Evan You
b38b4b2907 fix watch in firefox again + e2e test for select2 2016-04-21 17:54:34 -04:00
Evan You
f9c3d70526 modal e2e test 2016-04-21 17:33:51 -04:00
Evan You
c403f5635b grid e2e test 2016-04-21 17:22:58 -04:00
Evan You
7b180cd01b commits e2e test 2016-04-21 17:10:54 -04:00
Evan You
0220fc310e allow runner to run sub tests 2016-04-21 17:03:43 -04:00
Evan You
04b8a7533c markdown test pass 2016-04-21 16:47:31 -04:00
Evan You
4d018cbe9f start switching to nightwatch 2016-04-21 16:20:29 -04:00
Evan You
da42ca8203 add e2e test for modal 2016-04-20 18:29:59 -04:00
Evan You
2ef8d1028b add e2e test for select2 2016-04-16 13:26:17 -04:00
Evan You
ceab86d9df add e2e tests 2016-04-16 04:12:37 -04:00