UNPKG

test-fns

Version:

write usecase driven tests systematically for simpler, safer, and more readable code

5 lines (4 loc) 178 B
export { given, when, then } from './givenWhenThen'; export { genTestUuid } from './genTestUuid'; export { usePrep } from './usePrep'; export { getError } from 'helpful-errors';