UNPKG

yeoman-test

Version:

Test utilities for Yeoman generators

7 lines (6 loc) 128 B
import { context } from './index.js'; export const mochaHooks = { afterAll() { context.startNewContext(); }, };