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';

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';

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';

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

@ -0,0 +1,12 @@
/*
* Copyright (C) Sapphirecode - All Rights Reserved
* This file is part of Requestor which is released under BSD-3-Clause.
* See file 'LICENSE' for full license details.
* Created by Timo Hocker <timo@scode.ovh>, March 2020
*/
'use strict';
module.exports = () => {
throw new Error ('foo');
};