Skip to content

Commit

Permalink
chore: package.json tests commands (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpscrpt authored and faustbrian committed Oct 5, 2018
1 parent 5148be8 commit 7c6938c
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
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@arkecosystem/name",
"description": "Provides ... for ARK Core",
"description": "Provides ... for Ark Core",
"version": "0.0.1",
"contributors": [
"Your Name <[email protected]>"
Expand All @@ -10,8 +10,8 @@
"main": "lib/index.js",
"scripts": {
"build:docs": "../../node_modules/.bin/jsdoc -c jsdoc.json",
"test": "ARK_ENV=test jest --forceExit",
"test:coverage": "ARK_ENV=test jest --coverage --forceExit",
"test": "ARK_ENV=test jest --runInBand --detectOpenHandles",
"test:coverage": "ARK_ENV=test jest --coverage --runInBand --detectOpenHandles",
"test:debug": "ARK_ENV=test node --inspect-brk ../../node_modules/.bin/jest --runInBand --watch",
"test:watch": "ARK_ENV=test jest --runInBand --watch",
"test:watch:all": "ARK_ENV=test jest --runInBand --watchAll",
Expand Down

0 comments on commit 7c6938c

Please sign in to comment.