Skip to content

Commit 81b6bdb

Browse files
Fix test running
1 parent 402c738 commit 81b6bdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/autonolas-registry/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"executor": "@nx/jest:jest",
4747
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
4848
"options": {
49-
"jestConfig": "apps/autonolas-registry/jest.config.ts"
49+
"jestConfig": "apps/autonolas-registry/jest.config.js"
5050
}
5151
},
5252
"lint": {

apps/tokenomics/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"executor": "@nx/jest:jest",
4747
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
4848
"options": {
49-
"jestConfig": "apps/tokenomics/jest.config.ts"
49+
"jestConfig": "apps/tokenomics/jest.config.js"
5050
}
5151
},
5252
"lint": {

0 commit comments

Comments
 (0)