Nicolò Ribaudo
2c31587aa1
Fix createSuper in Babel <7.5.5 ( #11341 )
...
* Fix createSuper in Babel <7.5.5
In Babel <7.5.5, addHelper only throws when called for the first time.
This was fixed by babel/babel#10208 , but since we are already adding
a workaround for <7.9.0, we may as well fix <7.5.5
* Use 7.0.0 in "babel-old-version" test
2020-04-02 17:52:50 +02:00
Nicolò Ribaudo
548cb3ee89
Fix e2e publish test when branching from an older version ( #11347 )
...
* Fix e2e publish test when branching from an older version
* Fix
* Fix
* Fix
2020-03-30 12:55:52 -04:00
Nicolò Ribaudo
9b976b2164
Test Babel compiled using an old version of @babel/core ( #11319 )
...
* Test Babel compiled using an old version of @babel/core
This should catch regressions where we use a new helper without a fallback
for older versions, or when we use a new @babel/traverse method.
* Enable the test
2020-03-23 22:42:40 +01:00
Huáng Jùnliàng
1a1454328b
chore: replace yarn-upgrade by bump-babel-dependencies in e2e tests ( #11021 )
...
* chore: pin yarn version in e2e vue tests
* fix: replace yarn-upgrade by bump-babel-dependencies
* chore: update e2e-cra test
2020-01-17 07:55:29 -05:00
Huáng Jùnliàng
a0a9c64a47
chore: test against babel-preset-app ( #11004 )
2020-01-13 18:30:37 -05:00
Huáng Jùnliàng
a7dac49518
chore: workaround yarn issue ( #10958 )
2020-01-04 11:35:24 +01:00
Huáng Jùnliàng
e5048053aa
Add integration test: e2e-vue-cli ( #10919 )
...
* chore: add e2e-vue-cli test
* chore: add node-browsers-executor
* chore: state why node-browsers-executor is required
2020-01-03 23:06:13 +01:00
Huáng Jùnliàng
875e9619b7
chore: refine e2e test scripts ( #10918 )
2019-12-24 12:25:23 -05:00
Nicolò Ribaudo
4f77a5aaad
e2e test: create-react-app ( #10704 )
...
* e2e test: create-react-app
* Fix
* Fix
* Fix
* Fix
2019-12-16 22:13:23 +01:00
Nicolò Ribaudo
5ca8acdb38
Do not automatically publish eslint packages ( #10722 )
...
* Do not automatically publish eslint packages
* Fix
* Fix
* Fix
* Fix
* Fix
2019-11-16 11:09:18 +01:00
Nicolò Ribaudo
f71338baf9
E2E test Babel with itself before publishing ( #10569 )
...
* Add e2e test using Babel itself
* Make checks run again
2019-11-12 23:55:36 +01:00