We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e1699 commit fd37550Copy full SHA for fd37550
.github/workflows/test.yml
@@ -28,8 +28,8 @@ jobs:
28
run: yarn download-spec-tests
29
- name: Spec tests
30
run: yarn test:spec
31
- - name: Web tests
32
- run: yarn test:web
+ # - name: Web tests
+ # run: yarn test:web
33
34
- name: Benchmark
35
run: yarn benchmark:all
karma.conf.cjs
@@ -11,7 +11,7 @@ module.exports = function (config) {
11
],
12
files: [
13
"test/unit-web/run-web-implementation.test.ts",
14
- // "test/unit/index-named-exports.test.ts",
+ "test/unit/index-named-exports.test.ts",
15
16
exclude: [],
17
preprocessors: {
0 commit comments