Skip to content

Commit

Permalink
[Tests] delete src/util/getComputedRole-test.js test in node 6
Browse files Browse the repository at this point in the history
Due to `import type` syntax not working
  • Loading branch information
ljharb committed Jul 13, 2021
1 parent 0c1c587 commit 2a9ab71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node-4+.yml
Expand Up @@ -74,6 +74,8 @@ jobs:
after_install: npm uninstall --no-save eslint-config-airbnb-base && NPM_CONFIG_LEGACY_PEER_DEPS=true npm install --no-save "eslint@${{ matrix.eslint }}"
node-version: ${{ matrix.node-version }}
skip-ls-check: true
- run: rm __tests__/src/util/getComputedRole-test.js
if: ${{ matrix.node-version < 7 }}
- run: npm run test:ci
- run: bash <(curl -s https://codecov.io/bash) -f coverage/*.json;

Expand Down

0 comments on commit 2a9ab71

Please sign in to comment.