evilsoft / evilsoft/crocks

Upgrading Tape to 5.x results in these tests failing

Open
#485 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.6k
Forks
103
PR merge metrics
No merged PRs in 30d

Description

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`))
})
})
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.