UNPKG

@gasket/plugin-mocha

Version:

Integrates mocha based testing in to your Gasket application

8 lines (6 loc) 117 B
import { cleanup } from '@testing-library/react'; export const mochaHooks = { afterEach() { cleanup(); } };