Skip to content

Commit 2a9ab71

Browse files
committed
[Tests] delete src/util/getComputedRole-test.js test in node 6
Due to `import type` syntax not working
1 parent 0c1c587 commit 2a9ab71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node-4+.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
after_install: npm uninstall --no-save eslint-config-airbnb-base && NPM_CONFIG_LEGACY_PEER_DEPS=true npm install --no-save "eslint@${{ matrix.eslint }}"
7575
node-version: ${{ matrix.node-version }}
7676
skip-ls-check: true
77+
- run: rm __tests__/src/util/getComputedRole-test.js
78+
if: ${{ matrix.node-version < 7 }}
7779
- run: npm run test:ci
7880
- run: bash <(curl -s https://codecov.io/bash) -f coverage/*.json;
7981

0 commit comments

Comments
 (0)