This commit is contained in:
2020-01-30 10:51:05 +01:00
parent 98f5cc49d1
commit 80bd577823
24 changed files with 50 additions and 0 deletions

View File

@ -1,3 +1,5 @@
'use strict';
const { describe, it, beforeEach: before_each } = require ('mocha');
const { expect } = require ('chai');

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};

View File

@ -1,3 +1,5 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};