rangoo94/bestest

View on GitHub
packages/execution/lib/interfaces/AsynchronousTestFunctionType.ts

Summary

Maintainability
A
0 mins
Test Coverage
type AsynchronousTestFunctionType = (done: Function, fail: Function) => any

export {
  AsynchronousTestFunctionType
}