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

16 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(){
2019-03-01 21:27:39 +01:00
//none required
2017-02-18 20:21:34 +01:00
2019-03-01 21:27:39 +01:00
});