Files
vercel/examples/__tests__/integration/astro.test.ts

5 lines
134 B
TypeScript

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