UNPKG

@angular-package/testing

Version:

Jasmine unit testing wrapper with additional custom testing features.

6 lines (5 loc) 132 B
import { AllowItNumber } from "../type"; export interface ExecutableTests { describe?: AllowItNumber; it?: AllowItNumber; }