Set up unit testing for engines

This commit is contained in:
Nilay Majorwar
2022-01-18 15:17:08 +05:30
parent a4c0ad61e4
commit d50e737682
5 changed files with 1907 additions and 30 deletions

View File

@@ -6,6 +6,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"dev:worker": "webpack -c worker-pack/webpack.dev.js --watch",
"build:worker": "webpack -c worker-pack/webpack.prod.js"
},
@@ -19,10 +20,12 @@
"react-mosaic-component": "^5.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "16.11.11",
"@types/react": "17.0.37",
"eslint": "8.4.0",
"eslint-config-next": "12.0.7",
"jest": "^27.4.7",
"ts-loader": "^9.2.6",
"typescript": "4.5.2",
"webpack": "^5.65.0",