Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
fix(linting): linting...
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed May 14, 2019
1 parent ae1b52c commit 275494f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vcl.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('Testing vcl.js', () => {

it('#extensions', async () => {
const fastly = {
writeVCL: sinon.fake.returns({})
writeVCL: sinon.fake.returns({}),
};

assert.ok(await extensions(fastly, 1));
Expand Down

0 comments on commit 275494f

Please sign in to comment.