UNPKG

@stryker-mutator/karma-runner

Version:

A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework

7 lines (5 loc) 193 B
import { requireResolve } from '@stryker-mutator/util'; /** * The local karma export to be used inside this plugin */ export const karma = requireResolve('karma') as typeof import('karma');