Skip to content

Commit dbbbbea

Browse files
committed
test: remove no-longer required conditions to check if Node.js version is v14
1 parent b4b21af commit dbbbbea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test-packages/test.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ for PKGDIR in $(find "${TMP}/test-packages/failure/" -maxdepth 1 -type d ! -path
3333
npm install --save-dev "eslint@${ESLINT_VERSION}" "${PROJECT_ROOT}/${PACKAGE}"
3434

3535
if [[ "${PKGDIR}" = "${TMP}/test-packages/failure/missing-ts-eslint" ]]; then
36-
# skip if Node.js version == 14.x
37-
if [[ -n "$(node --version | grep '^v14\.')" ]]; then
38-
continue
39-
fi
40-
4136
if [[ -z "$((npm run lint 2>&1) | grep "eslint-plugin-editorconfig requires typescript and @typescript-eslint/eslint-plugin to lint \*.ts files. Run \`npm install typescript @typescript-eslint/eslint-plugin\`.")" ]]; then
4237
echo "Error message is not shown properly when @typescript-eslint/eslint-plugin is missing" >&2
4338
echo "ESLint's error message:"

0 commit comments

Comments
 (0)