UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

7 lines (5 loc) 250 B
import { WebpackOptions } from './webpack-options' import { snapshotPluginsAstCode } from '../../../test-utils' describe('webpack-options template', () => { it('correctly generates plugins config', () => snapshotPluginsAstCode(WebpackOptions)) })