Skip to content

Commit 5a2e9a8

Browse files
owl352kraenhansen
andauthored
Update packages/host/src/node/path-utils.test.ts
Co-authored-by: Kræn Hansen <mail@kraenhansen.dk>
1 parent 8f400fc commit 5a2e9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/host/src/node/path-utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ describe("findNodeApiModulePathsByDependency", () => {
491491
});
492492
});
493493

494-
describe("findNodeApiModulePathsByConfiguration", () => {
494+
describe("findNodeApiModulePathsByDependency", () => {
495495
it("should find Node-API paths by dependency in root package.json configuration (excluding certain packages)", async (context) => {
496496
const packagesNames = ["lib-a", "lib-b", "lib-c", "lib-d", "lib-e"];
497497
const tempDir = setupTempDirectory(context, {

0 commit comments

Comments
 (0)