mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 22:30:36 +08:00
9 lines
162 B
TypeScript
9 lines
162 B
TypeScript
import { setup } from 'jest-dev-server';
|
|
|
|
export default async function () {
|
|
await setup({
|
|
command: 'yarn serve -l 3579 web-build',
|
|
port: 3579,
|
|
});
|
|
}
|