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