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 c46d89b commit bfb1e86Copy full SHA for bfb1e86
test/checkArrayExpectation.js
@@ -27,7 +27,7 @@ module.exports = function checkArrayExpectation(
27
new Error(
28
`More ${kind}s while compiling than expected:\n\n${array.join(
29
"\n\n"
30
- )}. Check expected warnings: ${filename}`
+ )}. Check expected ${kind}s: ${expectedFilename}`
31
)
32
),
33
true
@@ -38,7 +38,7 @@ module.exports = function checkArrayExpectation(
38
39
`Less ${kind}s while compiling than expected:\n\n${array.join(
40
41
42
43
44
0 commit comments