Files
vercel/examples/__tests__/integration/dojo.test.ts

5 lines
132 B
TypeScript

import { deployExample } from '../test-utils';
it('[examples] should deploy dojo', async () => {
await deployExample('dojo');
});