-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use babel env preset, simplify testing pipeline
With the new Node LTS as our baseline we don't really have to do extra transpilation. ava still does its own but it does so inconsistently ( avajs/ava#1319 ), so we've switched back from import to require(). Indeed ava might get an option to turn off transpilation altogether ( avajs/ava#1556 ), which we may end up using if it doesn't come with bad tradeoffs.
- Loading branch information
Showing
11 changed files
with
532 additions
and
543 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.