More test cases and breaking out valid/invalid values to be reusable

This commit is contained in:
Jonathan Putney
2019-11-13 13:09:01 -05:00
parent 54b56e905f
commit 755259afdf
13 changed files with 1417 additions and 845 deletions

View File

@@ -1,7 +1,7 @@
import {expect} from 'chai';
import {describe, it} from 'mocha';
import * as Utilities from '../src/utilities';
import {scorm12_regex, scorm2004_regex} from '../src/regex';
import {scorm12_regex, scorm2004_regex} from '../src/constants/regex';
describe('Utility Tests', () => {
describe('getSecondsAsHHMMSS()', () => {