UNPKG

tstyche

Version:

The Essential Type Testing Tool.

13 lines (11 loc) 254 B
function doNothing() { } const noopChain = new Proxy(doNothing, { apply() { return noopChain; }, get() { return noopChain; }, }); export { noopChain as describe, noopChain as expect, noopChain as it, noopChain as test };