pashto-inflector/testSetup.ts

4 lines
102 B
TypeScript
Raw Normal View History

2024-08-12 19:48:31 +00:00
// add all jest-extended matchers
import * as matchers from "jest-extended";
expect.extend(matchers);