Skip to content

Commit e656231

Browse files
committed
Move prepareOptions to test helpers
1 parent 0be0d1f commit e656231

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)