summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/cjs_sub_path/main.js
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-08-23 10:39:19 -0400
committerGitHub <noreply@github.com>2022-08-23 10:39:19 -0400
commite7367044d933ee3518ae583a43876a0ddab5b17e (patch)
treee557e3ea4faad632bcfafa6539f3bd0115dc6426 /cli/tests/testdata/npm/cjs_sub_path/main.js
parent362af63c6f45e98948536d08d2d6195af87f729c (diff)
feat: binary npm commands (#15542)
Diffstat (limited to 'cli/tests/testdata/npm/cjs_sub_path/main.js')
-rw-r--r--cli/tests/testdata/npm/cjs_sub_path/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/npm/cjs_sub_path/main.js b/cli/tests/testdata/npm/cjs_sub_path/main.js
index ba3cce8db..b71360959 100644
--- a/cli/tests/testdata/npm/cjs_sub_path/main.js
+++ b/cli/tests/testdata/npm/cjs_sub_path/main.js
@@ -2,7 +2,7 @@
// and also get the parent directory index.js file using require("..")
import Ajv from "npm:ajv@~8.11";
import addFormats from "npm:ajv-formats@2.1.1";
-import { expect } from "npm:chai@4.2";
+import { expect } from "npm:chai@4.3";
const ajv = new Ajv();
addFormats(ajv);