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

5 lines
136 B
TypeScript

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