We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517c030 commit d8340ebCopy full SHA for d8340eb
packages/@vue/cli-plugin-unit-mocha-webpack/__tests__/generator.spec.js
@@ -40,10 +40,10 @@ test('chai', async () => {
40
expect(spec).toMatch(`expect(wrapper.text()).to.include(msg)`)
41
})
42
43
-test('chai', async () => {
+test('expect', async () => {
44
const { pkg, files } = await generateWithPlugin([
45
{
46
- id: 'unit-mocha-webpack-chai',
+ id: 'unit-mocha-webpack-expect',
47
apply: require('../generator'),
48
options: {
49
assertionLibrary: 'expect'
0 commit comments