Skip to content

Commit

Permalink
chore: change test language
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed Jun 12, 2021
1 parent 75a2159 commit aae32a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
},
"scripts": {
"dashboard": "parse-dashboard --dev --appId myAppId --masterKey myMasterKey --serverURL http://localhost:1337/parse --appName PuenteCloudCode",
"test-local": "env-cmd -f .env.dev jest",
"test": "env-cmd -f .env.staging jest && codecov",
"test": "env-cmd -f .env.dev jest",
"test-staging": "env-cmd -f .env.staging jest && codecov",
"start": "node -r esm index.js",
"start-with-dash": "concurrently \"npm run start\" \"npm run dashboard\"",
"start-with-db": "concurrently \"sudo mongod\" \"npm run start\"",
Expand All @@ -75,7 +75,7 @@
"collectCoverage": true
},
"pre-commit": [
"test-local"
"test"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit aae32a7

Please sign in to comment.