Skip to content

Commit

Permalink
set NODE_ENV on test script
Browse files Browse the repository at this point in the history
  • Loading branch information
gjf7 committed Oct 16, 2024
1 parent 265382e commit c562c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neovim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"scripts": {
"doc": "typedoc --out doc --exclude '**/*.test.ts' src",
"prepublishOnly": "npm run build",
"test": "mocha --exit --require ts-node/register --require src/testSetup.ts src/**/*.test.ts",
"test": "NODE_ENV=test mocha --exit --require ts-node/register --require src/testSetup.ts src/**/*.test.ts",
"test-coverage": "c8 --reporter=json --reporter=html npm test",
"test-staged": "npm test --bail",
"test-missing-apis": "npm run build && node scripts/findMissingApi",
Expand Down

0 comments on commit c562c62

Please sign in to comment.