Skip to content

Commit 1d84786

Browse files
committed
Rewrite throws test descriptions
1 parent 288a0d5 commit 1d84786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

suites/throw.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[
22
{
3-
"description": "Creates an error object",
3+
"description": "Throws hello as an error",
44
"rule": { "throw": "hello" },
55
"data": null,
66
"error": { "type": "hello" }
77
},
88
{
9-
"description": "NaN creates an error object or measured equivalent (equivalence class test)",
9+
"description": "Throwing NaN produces an error object or measured equivalent (equivalence class test)",
1010
"rule": { "throw": "NaN" },
1111
"data": null,
1212
"error": { "type": "NaN" }

0 commit comments

Comments
 (0)