Initial commit
This commit is contained in:
4
test/autoload/test.autoload.js
Normal file
4
test/autoload/test.autoload.js
Normal file
@@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
module.exports = function() {
|
||||
throw new Error('autoloaded');
|
||||
};
|
||||
Reference in New Issue
Block a user