jsGiven/jsGiven

View on GitHub
js-given/flow-declarations/rspec-like.js

Summary

Maintainability
A
0 mins
Test Coverage
// @flow
declare function describe(suiteMessage: string, suite: () => void): void;
declare function it(testMessage: string, test: () => void | Promise<void>): void;