diff options
Diffstat (limited to 'tests/specs/lockfile/only_package_json/index.js')
-rw-r--r-- | tests/specs/lockfile/only_package_json/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/specs/lockfile/only_package_json/index.js b/tests/specs/lockfile/only_package_json/index.js new file mode 100644 index 000000000..2600083e2 --- /dev/null +++ b/tests/specs/lockfile/only_package_json/index.js @@ -0,0 +1 @@ +import * as basic from "@denotest/esm-basic"; |