mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-03 14:10:17 +00:00
Add comment
This commit is contained in:
parent
ae995b1a05
commit
5835721eb6
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user