complete tests
This commit is contained in:
3
test/root/all-root.js
Normal file
3
test/root/all-root.js
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = (req, res, next, opts) => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
3
test/root/delete-root.js
Normal file
3
test/root/delete-root.js
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = (req, res, next, opts) => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
3
test/root/get-root.js
Normal file
3
test/root/get-root.js
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = (req, res, next, opts) => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
3
test/root/not-root.js
Normal file
3
test/root/not-root.js
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = (req, res, next, opts) => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
3
test/root/post-root.js
Normal file
3
test/root/post-root.js
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = (req, res, next, opts) => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
3
test/root/put-root.js
Normal file
3
test/root/put-root.js
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = (req, res, next, opts) => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
Reference in New Issue
Block a user