15 lines
257 B
JavaScript
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
|
|
|
|
}); |