killing mutants
This commit is contained in:
12
test_files/throw/all-root.js
Normal file
12
test_files/throw/all-root.js
Normal 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');
|
||||
};
|
Reference in New Issue
Block a user