UNPKG

petpet

Version:
6 lines (4 loc) 112 B
const config = require('./config') it('should be an object', () => { expect(typeof config).toBe('object') })