Skip to content

Commit e54af0d

Browse files
authored
Merge pull request webpack#7048 from webpack/refactor/prepareOptions
Move prepareOptions to test helpers
2 parents 1313300 + e656231 commit e54af0d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/ConfigTestCases.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const checkArrayExpectation = require("./checkArrayExpectation");
1111

1212
const Stats = require("../lib/Stats");
1313
const webpack = require("../lib/webpack");
14-
const prepareOptions = require("../lib/prepareOptions");
14+
const prepareOptions = require("./helpers/prepareOptions");
1515

1616
describe("ConfigTestCases", () => {
1717
const casesPath = path.join(__dirname, "configCases");

0 commit comments

Comments
 (0)