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