Skip to content

Commit 9e24c30

Browse files
committed
test: @putout/plugin-filesystem: remove duplicate
1 parent ded6d66 commit 9e24c30

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

packages/plugin-filesystem/lib/bundle/index.spec.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ test('packages: bundle-css: transform', (t) => {
8282
t.end();
8383
});
8484

85-
test('packages: bundle-css: no report: no-groups', (t) => {
86-
t.noReport('no-group', 'no-groups');
85+
test('packages: bundle-css: no report: no-group', (t) => {
86+
t.noReport('no-group');
8787
t.end();
8888
});
8989

@@ -140,8 +140,3 @@ test('packages: bundle-css: error', (t) => {
140140
}, {
141141
checkAssertionsCount: false,
142142
});
143-
144-
test('packages: bundle-css: no report: no-group', (t) => {
145-
t.noReport('no-group');
146-
t.end();
147-
});

0 commit comments

Comments
 (0)