Add comment

This commit is contained in:
InversionSpaces 2023-12-06 11:47:01 +00:00
parent ae995b1a05
commit 5835721eb6

View File

@ -1,6 +1,10 @@
import { gatherImportsFromNpm } from "../imports.js";
describe("imports", () => {
/**
* NOTE: This test expects that `npm i` is run
* inside `./__test__/data/transitive-deps/project` folder
*/
it("should resolve transitive dependencies", async () => {
const imports = await gatherImportsFromNpm(
"./__test__/data/transitive-deps/project",