We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288a0d5 commit 1d84786Copy full SHA for 1d84786
suites/throw.json
@@ -1,12 +1,12 @@
1
[
2
{
3
- "description": "Creates an error object",
+ "description": "Throws hello as an error",
4
"rule": { "throw": "hello" },
5
"data": null,
6
"error": { "type": "hello" }
7
},
8
9
- "description": "NaN creates an error object or measured equivalent (equivalence class test)",
+ "description": "Throwing NaN produces an error object or measured equivalent (equivalence class test)",
10
"rule": { "throw": "NaN" },
11
12
"error": { "type": "NaN" }
0 commit comments