Skip to content

Commit 5548587

Browse files
test: fix
1 parent 51503e3 commit 5548587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config-autoload.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const testDirectory = path.resolve(__dirname, "fixtures", "config-autoload");
77

88
const loaderContext = {
99
fs,
10-
addDependency: () => true,
10+
addBuildDependency: () => true,
1111
};
1212

1313
describe("autoload config", () => {

0 commit comments

Comments
 (0)