Skip to content

Commit

Permalink
fix test runner module mocking
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Jan 5, 2024
1 parent 92a60ee commit 24b968c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 0 additions & 5 deletions packages/test-runner-module-mocking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,5 @@
"devDependencies": {
"@web/test-runner-chrome": "^0.15.0",
"@web/test-runner-core": "^0.13.0"
},
"mocha": {
"loader": "ts-node/esm",
"exit": true,
"retries": 3
}
}
6 changes: 2 additions & 4 deletions packages/test-runner-module-mocking/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "../../tsconfig.node-base.json",
"compilerOptions": {
"module": "node16",
"moduleResolution": "node16",
"outDir": "./dist",
"rootDir": "./src",
"composite": true,
Expand Down Expand Up @@ -32,6 +30,6 @@
}
],
"include": [
"src",
"src"
]
}
}

0 comments on commit 24b968c

Please sign in to comment.