We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76efbcf commit c51c59cCopy full SHA for c51c59c
1 file changed
test/Stats.test.js
@@ -162,6 +162,7 @@ describe("Stats", function() {
162
errorDetails: true,
163
reasons: false,
164
usedExports: false,
165
+ providedExports: false,
166
colors: true
167
});
168
@@ -185,6 +186,7 @@ describe("Stats", function() {
185
186
modules: false,
187
188
189
190
children: false,
191
source: false,
192
errors: false,
0 commit comments