From e94543471b4f3d9505e73b3e4b7859456f954c82 Mon Sep 17 00:00:00 2001 From: Ben Heidemann Date: Sun, 18 Apr 2021 14:48:04 +0100 Subject: [PATCH] test: rename webpack plugin test --- tests/spec/webpack-plugin/webpack-plugin.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,