Files
vercel/examples/__tests__/integration/storybook.test.ts
2023-05-01 11:25:06 -05:00

5 lines
120 B
TypeScript

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