mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-27 21:08:02 +08:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
import { teardown } from 'jest-dev-server';
|
|
|
|
export default async function () {
|
|
await teardown();
|
|
}
|