From e7367044d933ee3518ae583a43876a0ddab5b17e Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 23 Aug 2022 10:39:19 -0400 Subject: feat: binary npm commands (#15542) --- cli/tests/testdata/npm/cjs_sub_path/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata/npm/cjs_sub_path') 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); -- cgit v1.2.3