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