Test code cleanup, and starting SCORM 2004 CMI tests

This commit is contained in:
Jonathan Putney
2019-11-12 13:42:04 -05:00
parent 08737afe1a
commit b294496cb5
5 changed files with 848 additions and 595 deletions

View File

@@ -25,4 +25,12 @@ module.exports = {
'max-len': 'off',
'no-unused-vars': 'off',
},
overrides: [
{
'files': ['*.spec.js'],
'rules': {
'no-undef': 0,
},
},
],
};