UNPKG

@servant/servant-jasmine-node

Version:

Servant testing module for jasmine tests running in node.

5 lines (4 loc) 286 B
import "source-map-support/register"; import { tests, TestsProgress } from "./node"; import { TestsResults, TestsSuit, TestsSpec, TestsSpecStatus, TestsItemType } from "./jasmine"; export { tests, TestsProgress, TestsResults, TestsSuit, TestsSpec, TestsItemType, TestsSpecStatus };