fix test
This commit is contained in:
5
test_files/sub/all-sub.js
Normal file
5
test_files/sub/all-sub.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/sub/all-sub.root.js
Normal file
5
test_files/sub/all-sub.root.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/sub/delete-sub.js
Normal file
5
test_files/sub/delete-sub.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/sub/get-sub.js
Normal file
5
test_files/sub/get-sub.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/sub/get-sub.lv1.lv2.lv3.js
Normal file
5
test_files/sub/get-sub.lv1.lv2.lv3.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/sub/not-sub.js
Normal file
5
test_files/sub/not-sub.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/sub/post-sub.js
Normal file
5
test_files/sub/post-sub.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/sub/put-sub.js
Normal file
5
test_files/sub/put-sub.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
Reference in New Issue
Block a user