Brian Ng
|
e4b35f680d
|
Run prettier
|
2017-06-27 12:15:00 -05:00 |
|
Mauro Bringolf
|
ce6f67216e
|
Add test cases for bad options in babel-preset-es2015 (#5720)
* Added testcases for bad 'spec' or 'module' option
* Corrected typo in test description
|
2017-05-14 16:21:37 +02:00 |
|
Daniel Tschinder
|
87ca6150ae
|
[7.0] Remove bc code from preset handling and preset-es2015 (#5128)
* Remove bc code from preset handling and preset-es2015
* Add more tests
* Only allow functions for presets
* Fix lint
|
2017-02-22 14:58:01 +01:00 |
|
Brian Ng
|
8c35b320d3
|
Bump eslint-config-babel and fix lint (#5129)
|
2017-01-17 10:51:16 +01:00 |
|
Sergey Rubanov
|
292c3ca206
|
Refactor test packages to use ES modules instead of CJS (#5138)
|
2017-01-16 11:25:04 -05:00 |
|
Henry Zhu
|
672adba9a1
|
enable prefer const (#5113)
|
2017-01-14 09:48:52 -05:00 |
|
Andrew Levine
|
9f8ab29213
|
Change usage of "suite"/"test" in unit-tests to "describe"/"it" (#4734)
Fixes #4733
|
2016-10-15 18:45:35 -04:00 |
|
Andrew Levine
|
c0038221d7
|
Run ESLint on test files, and fix lint errors in test files (#4732)
|
2016-10-15 18:27:48 -04:00 |
|
Diogo Franco
|
1e6257bdcb
|
Fixes modules test to actually test modules (#3672)
* Fixes modules test to actually test modules
It is a mystery how these tests ever passed before.
* Correct test -> suite
|
2016-08-23 14:06:02 -04:00 |
|
Brian Donovan
|
a1c0b5a118
|
Update test name to reflect reality. (#3640)
Originally pointed out by @Kovensky in https://github.com/babel/babel/pull/3635#discussion_r73652441.
|
2016-08-05 10:12:33 -04:00 |
|
Logan Smyth
|
66317b10db
|
Fix backward-compatibility of babel-preset-es2015 - fixes T7536
|
2016-08-04 20:55:20 -07:00 |
|
Henry Zhu
|
c6354a2132
|
es2015: transpile the preset, modify modules option to support "amd,umd,systemjs" as well, tests (#3627)
* es2015: transpile the preset, at spec option
* es2015: add support for modules option
* fixes + tests
* fixup preset error messsage
* es2015: update readme [skip ci]
* pass loose to other module transforms
|
2016-08-04 17:54:04 -04:00 |
|