FujoWebDev / AO3.js

NodeJS API for scraping AO3 data
MIT License
15 stars 8 forks source link

refactor(tests): only test snapshots for html #20

Closed jakehamilton closed 2 years ago

jakehamilton commented 2 years ago

This PR reverts a test to use expect().toMatchObject(). However, the bioHtml is tested using expect().toMatchInlineSnapshot() to make it easier to watch and update these long strings.