Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/gh 859 #1

Merged
merged 4 commits into from Mar 9, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Change to be able to run unit tests on Windows.

  • Loading branch information
Serge Zarembsky
Serge Zarembsky committed Mar 8, 2018
commit b16336d838cdc6cd83da94e7a5fa479a3c521132
@@ -16,7 +16,7 @@
"prebuild.dev": "node ./tools/licenses/fetchLicenses.js",
"prebuild.prod": "node ./tools/licenses/fetchLicenses.js",
"prebuild.watch": "node ./tools/licenses/fetchLicenses.js",
"test.unit": "BABEL_ENV=test jest",
"test.unit": "cross-env BABEL_ENV=test jest",
"lint": "eslint --ext .js,.jsx ./app ./src",
"lint.fix": "eslint --ext .js,.jsx ./app ./src --fix",
"lint.raw": "eslint --ext .js,.jsx",
ProTip! Use n and p to navigate between commits in a pull request.