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