We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdcfea commit 88b9917Copy full SHA for 88b9917
test/api.test.js
@@ -2,8 +2,6 @@ import webpack from 'webpack';
2
3
import MiniCssExtractPlugin from '../src';
4
5
-
6
7
describe('API', () => {
8
it('should return the same CssModule when same webpack instance provided', () => {
9
expect(MiniCssExtractPlugin.getCssModule(webpack)).toEqual(MiniCssExtractPlugin.getCssModule(webpack));
0 commit comments