test: rename webpack plugin test

This commit is contained in:
Ben Heidemann 2021-04-18 14:48:04 +01:00 committed by David Humphrey
parent 20d4d5e720
commit e94543471b
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ describe('path shim', () => {
expect(plugin.options.fsProvider).to.equal('default');
});
it('should instantiate the plugin with invalid options', () => {
it('should throw if provided invalid options', () => {
// Arrange
const options = {
filerDir: 123,