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 d925a59 commit 069bdaeCopy full SHA for 069bdae
test/unit/core/param_errors.js
@@ -57,7 +57,6 @@ suite('Validate Params', function () {
57
test('saturation(): invalid inputs', () => {
58
const invalidInputs = [
59
{ input: [true] },
60
- { input: [42] },
61
{ input: [{}] },
62
{ input: [null] }
63
];
0 commit comments