Initial commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
require('fs').readdirSync(__dirname).forEach((f) => {
|
||||
if (f.substr(0, 5) === 'test-')
|
||||
require(`./${f}`);
|
||||
});
|
||||
Reference in New Issue
Block a user