specific assertions

This commit is contained in:
Henry Jameson 2026-08-04 20:27:14 +03:00
commit f39a3eeb32
4 changed files with 14 additions and 14 deletions

View file

@ -101,7 +101,7 @@ describe('API Entities normalizer', () => {
describe('Mastoapi preprocessing and converting', () => {
it("doesn't blow up", () => {
const parsed = mastoapidata.map(parseStatus)
expect(parsed.length).to.eq(mastoapidata.length)
expect(parsed).to.have.length(mastoapidata.length)
})
it('processes repeats correctly', () => {