Skip to content

Commit

Permalink
feat: added npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dionid committed Feb 18, 2023
1 parent 0becc9d commit 1fcf06d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"lint:fix": "eslint --fix --max-warnings 0 --format stylish \"src/**/*.ts{,x}\"",
"spell:check": "cspell \"{README.md,CODE_OF_CONDUCT.md,CONTRIBUTING.md,.github/*.md,src/**/*.ts}\"",
"test:unit": "jest --config jest.config.unit.json",
"test": "npm run test:unit",
"format:check": "prettier --check \"src/**/*.ts\"",
"format:fix": "prettier --write \"src/**/*.ts\"",
"release": "semantic-release",
Expand Down

0 comments on commit 1fcf06d

Please sign in to comment.