We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f117a4 commit a592c82Copy full SHA for a592c82
test/index.js
@@ -429,7 +429,7 @@ describe('Public API', () => {
429
describe('enableBuildCache', () => {
430
431
it('should return the API object', () => {
432
- const returnedValue = api.enableBuildCache({config: [__filename]});
+ const returnedValue = api.enableBuildCache({ config: [__filename] });
433
expect(returnedValue).to.equal(api);
434
});
435
0 commit comments