mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +00:00
Co-authored-by: Steven <steven@ceriously.com> Co-authored-by: Sean Massa <EndangeredMassa@gmail.com>
5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
import { deployExample } from '../test-utils';
|
|
it('should deploy', async () => {
|
|
await deployExample(__filename);
|
|
});
|