mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 07:19:50 -04:00
one mor fix for that test
This commit is contained in:
parent
ed30f45bde
commit
eb862a580a
@ -296,14 +296,11 @@ describe('Reference', () => {
|
||||
});
|
||||
}
|
||||
|
||||
const refs = [
|
||||
{ src: '2 sam 3:4-6:8', actual: '2 Samuel 3:4 - 6:8' },
|
||||
// { "src": "gen 50 - ex 2", "actual": "Genesis 50:1 - Exodus 2:*" },
|
||||
];
|
||||
const refs = [{ src: '2 sam 3:4-6:8', actual: '2 Samuel 3:4 - 6:8' }];
|
||||
|
||||
// for (const ref of refs) {
|
||||
// it('Should parse the reference: ' + ref.src, () => {
|
||||
// expect(new BibleReference(ref.src).toString()).toBe(ref.actual);
|
||||
// });
|
||||
// }
|
||||
for (const ref of refs) {
|
||||
it('Should parse the reference: ' + ref.src, () => {
|
||||
expect(new BibleReference(ref.src).toString()).toBe(ref.actual);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user