sharec-core
Version:
[](https://github.com/lamartire/sharec/actions) [](https://npmjs.com/sharec)  • 305 B
JavaScript
const { fixtures } = require('testUtils')
const { pipe } = require('../pipe')
describe('strategies > pipes > babel > pipe', () => {
const babelBaseFxt = fixtures('babel/json/00-base')
it('should merge babel json configs', () => {
expect(pipe('.babelrc')(babelBaseFxt)).toMatchSnapshot()
})
})