UNPKG

hygen

Version:

The scalable code generator that saves you time.

7 lines (6 loc) 186 B
const context = require('../context') describe('context', () => { it('should populate with capitalized keys', () => { expect(context({ name: 'foobar' })).toMatchSnapshot() }) })