Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
Something went wrong. Try again.
TypeScript
123456789101112import { expect, test } from 'vitest'
test('x', () => { expect(0).toMatchSnapshot()})
// REMOVE-STARTtest('y', () => { expect(0).toMatchSnapshot()})// REMOVE-END