mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-06 04:22:01 +00:00
5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
import { deployExample } from '../test-utils';
|
|
it('[examples] should deploy gatsby', async () => {
|
|
await deployExample('gatsby');
|
|
});
|