Skip to content

Commit

Permalink
LITE-28287: Delete useless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaugiralt committed Aug 3, 2023
1 parent 9f1faca commit 662b7cf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 619 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"watch": "NODE_ENV=development webpack watch",
"lint": "eslint ui/src --ext .js --ext .vue",
"lint:fix": "npm run lint -- --fix",
"test": "NODE_ENV=test jest --no-cache"
"test": "NODE_ENV=test jest --no-cache --passWithNoTests"
},
"author": "Ingram Micro",
"license": "Apache Software License 2.0",
Expand Down
195 changes: 0 additions & 195 deletions ui/tests/components.spec.js

This file was deleted.

Loading

0 comments on commit 662b7cf

Please sign in to comment.