issue-tracker/tests/1_unit-tests.js
2019-03-01 14:27:39 -06:00

16 lines
257 B
JavaScript

/*
*
*
* FILL IN EACH UNIT TEST BELOW COMPLETELY
* -----[Keep the tests in the same order!]----
* (if additional are added, keep them at the very end!)
*/
var chai = require('chai');
suite('Unit Tests', function(){
//none required
});