mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 06:30:17 +00:00
Add comment
This commit is contained in:
parent
ae995b1a05
commit
5835721eb6
@ -1,6 +1,10 @@
|
|||||||
import { gatherImportsFromNpm } from "../imports.js";
|
import { gatherImportsFromNpm } from "../imports.js";
|
||||||
|
|
||||||
describe("imports", () => {
|
describe("imports", () => {
|
||||||
|
/**
|
||||||
|
* NOTE: This test expects that `npm i` is run
|
||||||
|
* inside `./__test__/data/transitive-deps/project` folder
|
||||||
|
*/
|
||||||
it("should resolve transitive dependencies", async () => {
|
it("should resolve transitive dependencies", async () => {
|
||||||
const imports = await gatherImportsFromNpm(
|
const imports = await gatherImportsFromNpm(
|
||||||
"./__test__/data/transitive-deps/project",
|
"./__test__/data/transitive-deps/project",
|
||||||
|
Loading…
Reference in New Issue
Block a user