chore(8.0): final pre-RC1 sweep — API consistency, named errors, orphans, zero-cast codebase
This commit is contained in:
parent
970e08c466
commit
1f7e365a4e
237 changed files with 1951 additions and 49413 deletions
|
|
@ -147,7 +147,7 @@ describe('Subtype + Facets (7.29.0)', () => {
|
|||
const id = await brain.add({ data: 'g', type: NounType.Person, subtype: 'employee' })
|
||||
expect(brain.counts.bySubtype(NounType.Person, 'employee')).toBe(3)
|
||||
|
||||
await brain.delete(id)
|
||||
await brain.remove(id)
|
||||
expect(brain.counts.bySubtype(NounType.Person, 'employee')).toBe(2)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue