killing mutants

This commit is contained in:
2020-03-26 13:31:07 +01:00
parent 03f0104bca
commit c1fcde7d6f
23 changed files with 79 additions and 71 deletions

View File

@ -7,6 +7,4 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};
module.exports = () => 'dummy';

View File

@ -7,6 +7,4 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};
module.exports = () => 'dummy';

View File

@ -7,6 +7,4 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};
module.exports = () => 'dummy';

View File

@ -7,6 +7,4 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};
module.exports = () => 'dummy';

View File

@ -7,6 +7,4 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};
module.exports = () => 'dummy';

View File

@ -7,6 +7,4 @@
'use strict';
module.exports = () => {
// dummy endpoint: do nothing
};
module.exports = () => 'dummy';