issue-tracker/tests/1_unit-tests.js
2017-02-18 19:21:34 +00:00

15 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 requiered
});