Skip to content

Commit f9d53cf

Browse files
test: fix
1 parent 7229846 commit f9d53cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/CopyPlugin.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ describe("CopyPlugin", () => {
473473
.then(({ stats }) => {
474474
const { missingDependencies } = stats.compilation;
475475
const isIncludeDependency = missingDependencies.has(
476-
path.join(FIXTURES_DIR, "directory-does-not-exist"),
476+
path.join(FIXTURES_DIR, "directory-does-not-exist/file.txt"),
477477
);
478478

479479
expect(isIncludeDependency).toBe(true);

0 commit comments

Comments
 (0)