From 15a763152f9d392cb80692262f8de5ef8ae15495 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 11 Aug 2021 10:20:47 -0400 Subject: chore: move test files to testdata directory (#11601) --- tools/lint.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tools') 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/**", ]); -- cgit v1.2.3