UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

7 lines (5 loc) 229 B
import { ViteTemplate } from './vite' import { snapshotPluginsAstCode } from '../../../test-utils' describe('vue: vite template', () => { it('correctly generates plugins config', () => snapshotPluginsAstCode(ViteTemplate)) })