UNPKG

sharec-core

Version:

[![.github/workflows/main.yml](https://github.com/lamartire/sharec/workflows/.github/workflows/main.yml/badge.svg)](https://github.com/lamartire/sharec/actions) [![npm](https://img.shields.io/npm/v/sharec)](https://npmjs.com/sharec) ![MIT License](https:/

13 lines (10 loc) 339 B
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() }) }) })