Skip to content

Commit 21e1699

Browse files
committed
chore: skip a web test
1 parent 2837072 commit 21e1699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function (config) {
1111
],
1212
files: [
1313
"test/unit-web/run-web-implementation.test.ts",
14-
"test/unit/index-named-exports.test.ts",
14+
// "test/unit/index-named-exports.test.ts",
1515
],
1616
exclude: [],
1717
preprocessors: {

0 commit comments

Comments
 (0)