We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f84e9 commit e73782aCopy full SHA for e73782a
.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" npm test
+ run: CI=true NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules --trace-warnings" npm test
28
- name: Coveralls
29
uses: coverallsapp/github-action@v2
0 commit comments