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

5 lines
138 B
TypeScript

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