Skip to content

Commit

Permalink
chore(package): added test:debug script
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuggins committed Aug 26, 2018
1 parent 5962b16 commit ceac7bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ yarn install && yarn start
// Testing command
yarn test
// Testing with debug (repl) command
yarn test:debug
// Distribution command
yarn dist
```
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"pack": "yarn dist --dir -c.compression=store -c.mac.identity=null",
"pretest": "yarn run lint && yarn run stylelint",
"test": "jest",
"test:debug": "node inspect ./node_modules/.bin/jest --runInBand",
"stylelint": "stylelint src/**/*.scss",
"lint": "eslint --env browser,node,server --ext .jsx,.js --color .",
"lint:fix": "yarn run lint --fix",
Expand Down

0 comments on commit ceac7bd

Please sign in to comment.