public/js/tests/inequality.json

6 lines
179 B
JSON

[
{
"description": "inequality must not be equal to itself",
"code": "if (inequality === inequality) {\n throw Error(`inequality must not be equal to itself`)\n}"
}
]