Skip to content

Commit c64798d

Browse files
committed
fix: remove "(requires webpack 4)" from mocha prompt [skip ci]
1 parent e6262a4 commit c64798d

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli/lib/promptModules

1 file changed

+1
-1
lines changed

Diff for: packages/@vue/cli/lib/promptModules/unit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = cli => {
2020
short: 'Jest'
2121
},
2222
{
23-
name: 'Mocha + Chai (requires webpack 4)',
23+
name: 'Mocha + Chai',
2424
value: 'mocha',
2525
short: 'Mocha'
2626
}

0 commit comments

Comments
 (0)