We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See #18, although its patch doesn't fix this this.
// throws error test("handles array of non-objects", () => { let condition = { options: { contains: 2, }, }; expect(conditionsMeet(condition, { options: [1] })).toBeFalsy(); expect(conditionsMeet(condition, { options: [] })).toBeFalsy(); expect(conditionsMeet(condition, { options: [1, 2] })).toBeTruthy(); });
The text was updated successfully, but these errors were encountered:
babbd55
@mrclay thank you for your support, I've fixed the issue, now it works in both cases. I've published patched version to NPM
Sorry, something went wrong.
@mavarazy any chance you'll publish 0.1.16 anytime soon? I'm not seeing it.
@mrclay it's in 0.1.15 I've published yesterday
No branches or pull requests
See #18, although its patch doesn't fix this this.
The text was updated successfully, but these errors were encountered: