diff options
Diffstat (limited to 'cli/tests/testdata/npm/cjs_sub_path/main.js')
-rw-r--r-- | cli/tests/testdata/npm/cjs_sub_path/main.js | 2 |
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); |