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 0c609f9 commit 1450765Copy full SHA for 1450765
.github/workflows/main.yml
@@ -86,7 +86,7 @@ jobs:
86
87
npm run test-headless -- --chrome $SINON_CHROME_BIN --allow-chrome-as-root
88
npm run test-webworker -- --chrome $SINON_CHROME_BIN --allow-chrome-as-root
89
- npm run check-esm-bundle-runs-in-browser
+ npm run test-esm-browser-build
90
- name: Upload coverage report
91
run: bash <(curl -s https://codecov.io/bash) -F unit -s coverage/lcov.info
92
0 commit comments