Skip to content

Commit

Permalink
fix(tests): Remove unused tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Lewis committed Dec 17, 2020
1 parent a373cfc commit a1fdd25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
19 changes: 0 additions & 19 deletions jest.config.json

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"build": "npm run clean && rollup -c",
"clean": "rm -rf lib",
"lint": "tslint --project tsconfig.json --format stylish",
"test": "jest --config jest.config.json --coverage --no-cache --runInBand",
"test:watch": "jest --config jest.config.json --watch",
"posttest": "npm run lint",
"semantic-release": "semantic-release",
Expand Down

0 comments on commit a1fdd25

Please sign in to comment.