mirror of
https://github.com/theoludwig/html-w3c-validator.git
synced 2025-05-21 23:21:29 +02:00
chore: maintenance
This commit is contained in:
@ -10,7 +10,7 @@ describe('html-w3c-validator', () => {
|
||||
jest.clearAllMocks()
|
||||
})
|
||||
|
||||
it('should be instance of the command', async () => {
|
||||
it('should be instance of the command', () => {
|
||||
const command = cli.process([])
|
||||
expect(command).toBeInstanceOf(HTMLValidatorCommand)
|
||||
})
|
||||
|
@ -3,7 +3,7 @@ import fsMock from 'mock-fs'
|
||||
import { isExistingPath } from '../isExistingPath.js'
|
||||
|
||||
describe('utils/isExistingFile', () => {
|
||||
afterEach(async () => {
|
||||
afterEach(() => {
|
||||
fsMock.restore()
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user