DefinitelyTyped/types/jest-matcher-one-of/jest-matcher-one-of-tests.ts
Joe 8e022c857b Add typings for jest-matcher-one-of (#39111)
* add jest-matcher-one-of typings

* fixed linting error for jest-matcher-one-of
2019-10-15 15:20:10 -07:00

2 lines
35 B
TypeScript

expect('x').toBeOneOf(['x', 'y']);