Files
vercel/examples/__tests__/integration/create-react-app.test.ts

5 lines
156 B
TypeScript

import { deployExample } from '../test-utils';
it('[examples] should deploy create-react-app', async () => {
await deployExample('create-react-app');
});