There was an error while loading. Please reload this page.
src/util/getComputedRole-test.js
1 parent 0c1c587 commit 2a9ab71Copy full SHA for 2a9ab71
.github/workflows/node-4+.yml
@@ -74,6 +74,8 @@ jobs:
74
after_install: npm uninstall --no-save eslint-config-airbnb-base && NPM_CONFIG_LEGACY_PEER_DEPS=true npm install --no-save "eslint@${{ matrix.eslint }}"
75
node-version: ${{ matrix.node-version }}
76
skip-ls-check: true
77
+ - run: rm __tests__/src/util/getComputedRole-test.js
78
+ if: ${{ matrix.node-version < 7 }}
79
- run: npm run test:ci
80
- run: bash <(curl -s https://codecov.io/bash) -f coverage/*.json;
81
0 commit comments