mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-21 06:39:56 -06:00
fix test name
This commit is contained in:
@@ -40,10 +40,10 @@ test('chai', async () => {
|
||||
expect(spec).toMatch(`expect(wrapper.text()).to.include(msg)`)
|
||||
})
|
||||
|
||||
test('chai', async () => {
|
||||
test('expect', async () => {
|
||||
const { pkg, files } = await generateWithPlugin([
|
||||
{
|
||||
id: 'unit-mocha-webpack-chai',
|
||||
id: 'unit-mocha-webpack-expect',
|
||||
apply: require('../generator'),
|
||||
options: {
|
||||
assertionLibrary: 'expect'
|
||||
|
||||
Reference in New Issue
Block a user