stryker-api
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "stryker-api", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "The api for the extendable JavaScript mutation testing framework Stryker", | ||
@@ -5,0 +5,0 @@ "scripts": { |
import RunResult from './RunResult'; | ||
import RunOptions from './RunOptions'; | ||
interface TestRunner { | ||
init?(): Promise<any> | void; | ||
run(options: RunOptions): Promise<RunResult>; | ||
dispose?(): Promise<any> | void; | ||
} | ||
export default TestRunner; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
82585
973