Skip to content

Commit

Permalink
Remove test command since jest tests were removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshvarun committed Aug 30, 2023
1 parent 10cdd6e commit 4eb47df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
"start": "webpack serve --open --env mode=development",
"build": "rm -rf dist && webpack --env mode=production",
"format": "prettier --write src/*.ts src/*.tsx src/*.css",
"typecheck": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch"
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@babel/standalone": "^7.22.13",
Expand Down

0 comments on commit 4eb47df

Please sign in to comment.