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
Have not investigated further, just raising for visibility to remember.
When attempting to upgrade Tape to latest major version, every tests passes but these
test('hasAlg fantasy-land', t => { const keys = Object.keys(fl) t.plan(keys.length * 2) keys.forEach(k => { const inst = { [fl[k]]: identity } const noFunc = { [fl[k]]: true } t.ok(hasAlg(k, inst, `returns true for ${k}, when ${fl[k]} is a function`)) t.notOk(hasAlg(k, noFunc, `returns false for ${k}, when ${fl[k]} is not a function`)) }) })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Have not investigated further, just raising for visibility to remember.
When attempting to upgrade Tape to latest major version, every tests passes but these
The text was updated successfully, but these errors were encountered: