diff options
Diffstat (limited to 'cli/tests/testdata/npm/cjs_with_deps/main.js')
-rw-r--r-- | cli/tests/testdata/npm/cjs_with_deps/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/npm/cjs_with_deps/main.js b/cli/tests/testdata/npm/cjs_with_deps/main.js index 420136c92..568726874 100644 --- a/cli/tests/testdata/npm/cjs_with_deps/main.js +++ b/cli/tests/testdata/npm/cjs_with_deps/main.js @@ -1,5 +1,5 @@ import chalk from "npm:chalk@4"; -import { expect } from "npm:chai@4.2"; +import { expect } from "npm:chai@4.3"; console.log(chalk.green("chalk cjs loads")); |