Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 179 Bytes

_TypeScriptExamplesNote.md

File metadata and controls

9 lines (6 loc) · 179 Bytes

:::info

The TypeScript examples from this page will only work as documented if you explicitly import Jest APIs:

import {expect, jest, test} from '@jest/globals';

:::