UNPKG

@storm-software/testing-tools

Version:

A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.

6 lines (3 loc) 125 B
import { Config } from 'jest'; declare function declarePreset(config?: Partial<Config>): Config; export { declarePreset };