From 5835721eb699b46e3317ffda11474ad08d64a78f Mon Sep 17 00:00:00 2001 From: InversionSpaces Date: Wed, 6 Dec 2023 11:47:01 +0000 Subject: [PATCH] Add comment --- api/api-npm/__test__/imports.spec.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/api-npm/__test__/imports.spec.ts b/api/api-npm/__test__/imports.spec.ts index f008a6f4..b331d6fc 100644 --- a/api/api-npm/__test__/imports.spec.ts +++ b/api/api-npm/__test__/imports.spec.ts @@ -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",