-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Allow using jest as a test framework (#1955)
If a package's `package.json` file contains a `jest` entry (used for configuring the behavior of `jest`), assert the package uses `jest` instead of `nodeunit` as it's test harness (and fail if there are any `nodeunit` tests - based on file name). This is going to make it easier to migrate away from `nodeunit`.
- Loading branch information
1 parent
f5a7baa
commit aa08b95
Showing
4 changed files
with
3,366 additions
and
179 deletions.
There are no files selected for viewing
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.