sharec-core
Version:
[](https://github.com/lamartire/sharec/actions) [](https://npmjs.com/sharec)  • 330 B
JavaScript
const { fixtures } = require('testUtils')
const { huskyJson } = require('../schema')
describe('pipes > husky > schema', () => {
describe('JSON', () => {
const huskyBaseFxt = fixtures('husky/json/00-base', 'map')
it('should merge configs', () => {
expect(huskyJson(huskyBaseFxt)).toMatchSnapshot()
})
})
})