UNPKG

jasmine-fail-fast

Version:

Allow Jasmine tests to "fail-fast", exiting on the first failure instead of running all tests no matter what.

6 lines (4 loc) 112 B
import suite from './suite'; import {init} from '../src/index'; jasmine.getEnv().addReporter(init()); suite();