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