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.
test-internal-errors
1 parent 29d99c1 commit 15016f2Copy full SHA for 15016f2
test/parallel/test-internal-errors.js
@@ -187,6 +187,7 @@ common.expectsError(() => {
187
message: /^Error for testing 2/ });
188
}, {
189
code: 'ERR_ASSERTION',
190
+ type: assert.AssertionError,
191
message: /.+ does not match \S/
192
});
193
@@ -237,6 +238,7 @@ common.expectsError(
237
238
() => errors.message('ERR_INVALID_URL_SCHEME', [[]]),
239
{
240
241
242
message: /^At least one expected value needs to be specified$/
243
244
@@ -251,6 +253,7 @@ common.expectsError(
251
253
() => errors.message('ERR_MISSING_ARGS'),
252
254
255
256
257
message: /^At least one arg needs to be specified$/
258
259
0 commit comments