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