issue-tracker/tests/1_unit-tests.js

15 lines
257 B
JavaScript
Raw Normal View History

2017-02-18 20:21:34 +01:00
/*
*
*
* 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
});