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