mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 12:57:46 +00:00
7 lines
161 B
JavaScript
7 lines
161 B
JavaScript
describe('export', () => {
|
|
it('should require by path main', async () => {
|
|
const main = require('@vercel/next');
|
|
expect(main).toBeDefined();
|
|
});
|
|
});
|