fix test name

This commit is contained in:
Evan You
2018-01-05 22:42:14 -05:00
parent 517c030972
commit d8340eba1f

View File

@@ -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'