Skip to content

Commit d8340eb

Browse files
committed
fix test name
1 parent 517c030 commit d8340eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/@vue/cli-plugin-unit-mocha-webpack/__tests__/generator.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ test('chai', async () => {
4040
expect(spec).toMatch(`expect(wrapper.text()).to.include(msg)`)
4141
})
4242

43-
test('chai', async () => {
43+
test('expect', async () => {
4444
const { pkg, files } = await generateWithPlugin([
4545
{
46-
id: 'unit-mocha-webpack-chai',
46+
id: 'unit-mocha-webpack-expect',
4747
apply: require('../generator'),
4848
options: {
4949
assertionLibrary: 'expect'

0 commit comments

Comments
 (0)