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 ded6d66 commit 9e24c30Copy full SHA for 9e24c30
packages/plugin-filesystem/lib/bundle/index.spec.js
@@ -82,8 +82,8 @@ test('packages: bundle-css: transform', (t) => {
82
t.end();
83
});
84
85
-test('packages: bundle-css: no report: no-groups', (t) => {
86
- t.noReport('no-group', 'no-groups');
+test('packages: bundle-css: no report: no-group', (t) => {
+ t.noReport('no-group');
87
88
89
@@ -140,8 +140,3 @@ test('packages: bundle-css: error', (t) => {
140
}, {
141
checkAssertionsCount: false,
142
143
-
144
-test('packages: bundle-css: no report: no-group', (t) => {
145
- t.noReport('no-group');
146
- t.end();
147
-});
0 commit comments