Skip to content

Commit 9f117a4

Browse files
committed
fixing test
1 parent 7a39654 commit 9f117a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ describe('Public API', () => {
429429
describe('enableBuildCache', () => {
430430

431431
it('should return the API object', () => {
432-
const returnedValue = api.enableBuildCache({});
432+
const returnedValue = api.enableBuildCache({config: [__filename]});
433433
expect(returnedValue).to.equal(api);
434434
});
435435

0 commit comments

Comments
 (0)