Skip to content

Commit 88b9917

Browse files
author
Barak Igal
committed
remove empty space
1 parent 8bdcfea commit 88b9917

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/api.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import webpack from 'webpack';
22

33
import MiniCssExtractPlugin from '../src';
44

5-
6-
75
describe('API', () => {
86
it('should return the same CssModule when same webpack instance provided', () => {
97
expect(MiniCssExtractPlugin.getCssModule(webpack)).toEqual(MiniCssExtractPlugin.getCssModule(webpack));

0 commit comments

Comments
 (0)