diff --git a/packages/generators/__tests__/add-generator.test.js b/packages/generators/__tests__/add-generator.test.js deleted file mode 100644 index a971dc788f5..00000000000 --- a/packages/generators/__tests__/add-generator.test.js +++ /dev/null @@ -1,14 +0,0 @@ -"use strict"; -Object.defineProperty(exports, "__esModule", { value: true }); -const utils_1 = require("../utils"); -describe("generatePluginName", () => { - it("should return webpack Standard Plugin Name for Name : extract-text-webpack-plugin", () => { - const pluginName = utils_1.generatePluginName("extract-text-webpack-plugin"); - expect(pluginName).toEqual("ExtractTextWebpackPlugin"); - }); - it("should return webpack Standard Plugin Name for Name : webpack.DefinePlugin", () => { - const pluginName = utils_1.generatePluginName("webpack.DefinePlugin"); - expect(pluginName).toEqual("webpack.DefinePlugin"); - }); -}); -//# sourceMappingURL=add-generator.test.js.map \ No newline at end of file