From 6de815859b65a8fb03b6b00f6d26c93d3b6cf820 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Thu, 23 Feb 2023 22:28:12 +0900 Subject: fix(ext/node): fix npm module resolution when --node-modules-dir specified (#17896) --- cli/tests/testdata/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/testdata/.gitignore (limited to 'cli/tests/testdata') diff --git a/cli/tests/testdata/.gitignore b/cli/tests/testdata/.gitignore new file mode 100644 index 000000000..3c3629e64 --- /dev/null +++ b/cli/tests/testdata/.gitignore @@ -0,0 +1 @@ +node_modules -- cgit v1.2.3