mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-25 08:19:50 -04:00
* Add new test suite test/data-quality-tests.js * Make ParseBook exported so I can use it to get data for each book This is suboptimal since really the data should be in a look up table somewhere but I don't want to tackle that in this change. * Actually load the json data for each book and test that number of chapters exists.
5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
require('./ref-tests.js').init(exports);
|
|
require('./data-quality-tests.js').init(exports);
|
|
|
|
if (module == require.main) require('test').run(exports);
|