Skip to content

Commit a592c82

Browse files
committed
lint
1 parent 9f117a4 commit a592c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

+1-1
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({config: [__filename]});
432+
const returnedValue = api.enableBuildCache({ config: [__filename] });
433433
expect(returnedValue).to.equal(api);
434434
});
435435

0 commit comments

Comments
 (0)