Skip to content

Commit

Permalink
-_- -_- -_-
Browse files Browse the repository at this point in the history
  • Loading branch information
t2t2 committed Apr 17, 2024
1 parent f5b5827 commit 90cfcf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"compile:tsc": "tsc --build tsconfig.cjs.json tsconfig.esm.json",
"test:unit:watch": "karma start",
"test:unit:ci": "nyc karma start --single-run --no-auto-watch --browsers ChromeHeadless",
"test:unit:ci-node": "env TS_NODE_TRANSPILE_ONLY=true nyc mocha",
"test:unit:ci-node": "env TS_NODE_TRANSPILE_ONLY=true TS_NODE_PROJECT=tsconfig.cjs.json nyc mocha",
"test:integration:local": "npm-run-all -s compile test:integration:local:headlessChrome:_execute",
"test:integration:local:firefox": "npm-run-all -s compile test:integration:local:firefox:_execute",
"test:integration:local:chrome": "npm-run-all -s compile test:integration:local:chrome:_execute",
Expand Down
4 changes: 0 additions & 4 deletions packages/web/tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext"
},
"include": [
"test/*.ts"
],
Expand Down

0 comments on commit 90cfcf4

Please sign in to comment.