fix test
This commit is contained in:
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
|
||||
};
|
Reference in New Issue
Block a user