We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NODE_ENV
1 parent a1bc1b6 commit 5039ec4Copy full SHA for 5039ec4
.github/workflows/Test.yml
@@ -34,3 +34,4 @@ jobs:
34
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
35
BW_USERNAME: ${{ secrets.BW_USERNAME }}
36
BW_PASSWORD: ${{ secrets.BW_PASSWORD }}
37
+ NODE_ENV: test
package.json
@@ -4,7 +4,7 @@
4
"description": "NodeJs Client library for Bandwidth Numbers API",
5
"main": "index.js",
6
"scripts": {
7
- "test": "NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
+ "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
8
"windows-test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha"
9
},
10
"repository": {
0 commit comments