Skip to content

Commit 859b81a

Browse files
committed
karma.conf.js -> karma.conf.cjs
1 parent f5851be commit 859b81a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"type": "module",
88
"scripts": {
99
"build": "tsc --build && rollup --config rollup.config.js",
10-
"test": "karma start --single-run",
10+
"test": "karma start karma.conf.cjs --single-run",
1111
"build:watch": "tsc --build --watch",
12-
"test:watch": "karma start"
12+
"test:watch": "karma start karma.conf.cjs"
1313
},
1414
"files": [
1515
"template-shadowroot.*",

0 commit comments

Comments
 (0)