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