fix test
This commit is contained in:
5
test_files/root.sub/all-root.sub.js
Normal file
5
test_files/root.sub/all-root.sub.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/root.sub/delete-root.sub.js
Normal file
5
test_files/root.sub/delete-root.sub.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/root.sub/get-root.sub.js
Normal file
5
test_files/root.sub/get-root.sub.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/root.sub/not-root.sub.js
Normal file
5
test_files/root.sub/not-root.sub.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/root.sub/post-root.sub.js
Normal file
5
test_files/root.sub/post-root.sub.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/root.sub/put-root.sub.js
Normal file
5
test_files/root.sub/put-root.sub.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/root/all-root.js
Normal file
5
test_files/root/all-root.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/root/delete-root.js
Normal file
5
test_files/root/delete-root.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/root/get-root.js
Normal file
5
test_files/root/get-root.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/root/not-root.js
Normal file
5
test_files/root/not-root.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/root/post-root.js
Normal file
5
test_files/root/post-root.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
5
test_files/root/put-root.js
Normal file
5
test_files/root/put-root.js
Normal file
@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = () => {
|
||||
// dummy endpoint: do nothing
|
||||
};
|
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