Skip to content

Commit fd37550

Browse files
committed
chore: disable web tests in ci
1 parent 21e1699 commit fd37550

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: yarn download-spec-tests
2929
- name: Spec tests
3030
run: yarn test:spec
31-
- name: Web tests
32-
run: yarn test:web
31+
# - name: Web tests
32+
# run: yarn test:web
3333

3434
- name: Benchmark
3535
run: yarn benchmark:all

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)