diff --git a/tests/spec/webpack-plugin/webpack-plugin.spec.js b/tests/spec/webpack-plugin/webpack-plugin.spec.js index 73898a7..d19ea43 100644 --- a/tests/spec/webpack-plugin/webpack-plugin.spec.js +++ b/tests/spec/webpack-plugin/webpack-plugin.spec.js @@ -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,