Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jan 22, 2021
1 parent 9f117a4 commit a592c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ describe('Public API', () => {
describe('enableBuildCache', () => {

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

Expand Down

0 comments on commit a592c82

Please sign in to comment.