-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade mocha to latest release supporting node 0.10 * upgrade lockfile * Updating dev dependencies * test more suites * test new coverage report setup * test relative path * test if "always" option work correctly * it works, sweet * replaced istanbul with nyc * npx should be included, lets test * remove scripts that are never used * don't run build on install, only on publish * env vars need not run on a docker image level * colored test output please * better jest install command * preparing to add junit reporter * fail if yarn lockfile is not in sync * updated lockfile * test junit * better script order * trigger failure * test what happens when multiple suites fail * see what happens when all suites fail * I like this ci job steps order more * lockfile by locking file file lock lock * done testing failures * even more agressive weight loss * Ok I think it can rest now * fix the windows * better testing setup, only babel what is needed * turn on loose mode * ensure tests run in loose mode * bad bad idea * ugh * turned out to be a terrible idea for perf
- Loading branch information
Showing
6 changed files
with
546 additions
and
332 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
|
||
.nyc_output | ||
coverage | ||
junit | ||
lib | ||
node_modules | ||
npm-debug.log |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
.circleci | ||
.vscode | ||
.nyc_output | ||
coverage | ||
junit | ||
scripts | ||
src | ||
test | ||
scripts | ||
.babelrc | ||
.codeclimate.yml | ||
.eslintignore | ||
|
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.