Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Add NODE_ENV=development to test script to see React errors #2113

Merged
merged 1 commit into from
May 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "https://github.com/atom/github",
"license": "MIT",
"scripts": {
"test": "cross-env-shell \"${ATOM_SCRIPT_PATH:-atom} --test test\"",
"test": "cross-env-shell NODE_ENV=development \"${ATOM_SCRIPT_PATH:-atom} --test test\"",
"test:coverage": "cross-env ATOM_GITHUB_BABEL_ENV=coverage npm run test",
"test:coverage:text": "nyc --reporter=text npm run test:coverage",
"test:coverage:html": "nyc --reporter=html npm run test:coverage",
Expand Down