Skip to content
New issue

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

Upgrading Tape to 5.x results in these tests failing #485

Open
dalefrancis88 opened this issue Jul 16, 2020 · 0 comments
Open

Upgrading Tape to 5.x results in these tests failing #485

dalefrancis88 opened this issue Jul 16, 2020 · 0 comments

Comments

@dalefrancis88
Copy link
Collaborator

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`))
  })
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant