We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf0b09 commit bdd439aCopy full SHA for bdd439a
.github/workflows/main.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: Lint
25
run: yarn run eslint .
26
- name: Test
27
- run: CI=true NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules --trace-warnings" npm test
+ run: CI=true NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" npm test
28
- name: Coveralls
29
uses: coverallsapp/github-action@v2
0 commit comments