Skip to content

Commit a517ae5

Browse files
ci: apply automated fixes
1 parent 1eac9e6 commit a517ae5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/router-generator/tests/validate-route-params.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import { Generator, getConfig } from '../src'
44

55
describe('validateRouteParams via generator', () => {
66
const warnSpy = vi.spyOn(console, 'warn').mockImplementation(() => {})
7-
afterAll(() => { warnSpy.mockRestore() })
7+
afterAll(() => {
8+
warnSpy.mockRestore()
9+
})
810

911
it('should warn for invalid param names when running the generator', async () => {
1012
const folderName = 'invalid-param-names'

0 commit comments

Comments
 (0)