markis/jest-ratchet

View on GitHub
src/noop.ts

Summary

Maintainability
A
0 mins
Test Coverage
export function noop() {
  // do nothing
}