Skip to content

Commit 5655f3f

Browse files
committed
test: cleanup
1 parent 75c3c5e commit 5655f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/verification.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jest.mock('fs', () => {
1212

1313
describe('checkNextSiteHasBuilt', () => {
1414
let failBuildMock
15-
let { existsSync } = require('fs')
15+
const { existsSync } = require('fs')
1616

1717
beforeEach(() => {
1818
failBuildMock = (jest.fn() as unknown) as FailBuild

0 commit comments

Comments
 (0)