Skip to content

Commit

Permalink
fix jest
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 4, 2024
1 parent 759764a commit 2771df9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
6 changes: 0 additions & 6 deletions babel.config.json

This file was deleted.

5 changes: 1 addition & 4 deletions jest.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"transform": {
"\\.[jt]sx?$": "babel-jest"
},
"testRegex": "dist/.*\\.test\\.js$",
"transform": {},
"testEnvironment": "node"
}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"jest": "jest",
"eslint": "eslint",
"build": "babel src --out-dir dist",
"lint": "eslint .",
"supersetbot": "supersetbot"
},
Expand Down

0 comments on commit 2771df9

Please sign in to comment.