diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-11 10:20:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 10:20:47 -0400 |
commit | 15a763152f9d392cb80692262f8de5ef8ae15495 (patch) | |
tree | fcd1a59777f95920bf3502519983d6cc0d882a9a /tools/lint.js | |
parent | a0285e2eb88f6254f6494b0ecd1878db3a3b2a58 (diff) |
chore: move test files to testdata directory (#11601)
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-x | tools/lint.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/lint.js b/tools/lint.js index 299632d90..f5aadc77c 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -17,19 +17,19 @@ async function dlint() { "*.js", "*.ts", ":!:.github/mtime_cache/action.js", - ":!:cli/tests/swc_syntax_error.ts", - ":!:cli/tests/038_checkjs.js", - ":!:cli/tests/error_008_checkjs.js", + ":!:cli/tests/testdata/swc_syntax_error.ts", + ":!:cli/tests/testdata/038_checkjs.js", + ":!:cli/tests/testdata/error_008_checkjs.js", ":!:std/**/testdata/*", ":!:std/**/node_modules/*", ":!:cli/bench/node*.js", ":!:cli/compilers/wasm_wrap.js", ":!:cli/dts/**", - ":!:cli/tests/encoding/**", - ":!:cli/tests/error_syntax.js", + ":!:cli/tests/testdata/encoding/**", + ":!:cli/tests/testdata/error_syntax.js", ":!:cli/tests/unit/**", - ":!:cli/tests/lint/**", - ":!:cli/tests/tsc/**", + ":!:cli/tests/testdata/lint/**", + ":!:cli/tests/testdata/tsc/**", ":!:cli/tsc/*typescript.js", ":!:test_util/wpt/**", ]); |