Skip to content

Commit 25bdf7d

Browse files
committed
Export to consolidate test imports
1 parent 785a987 commit 25bdf7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: exports.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const RouterError = require('./src/router/Error.js');
2+
const Request = require('./src/router/Request.js');
3+
const Response = require('./src/router/Response.js');
4+
const Stack = require('./src/router/Stack.js');
5+
const Utils = require('./src/router/Utils.js');
6+
7+
module.exports = {RouterError, Request, Response, Stack, Utils};

0 commit comments

Comments
 (0)