STEPBible / BibleEngine

General purpose library for powering JavaScript Bible projects
44 stars 9 forks source link

Fix failing importer unit test #205

Closed danbenn closed 2 years ago

danbenn commented 2 years ago

Why It Failed

Initially, I wanted to include the full LSJ in the mobile app; however, it ended up being too large and unwieldy, so I dropped support for this.

I removed LSJ parsing from the importer, but neglected to update the unit test; this oversight has caused the overall suite to appear failing on master for many months.