UNPKG

get-meta-file

Version:
10 lines (7 loc) 199 B
const index = require('../index.js'); jest.spyOn(process, 'exit').mockImplementation(() => {}); describe('index.js', () => { it('should exist', () => { expect(index).toBeDefined(); }); });