UNPKG

paystack-fees

Version:
11 lines (9 loc) 289 B
jest.mock('@hapi/joi'); describe('PaystackFees', () => { test('should not load if jest could not be loaded', () => { expect(() => { // eslint-disable-next-line global-require require('../PaystackFees'); }).toThrow('not installed'); }); });