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:/

11 lines (8 loc) 338 B
const { fixtures } = require('testUtils') const { pipe } = require('../pipe') describe('strategies > pipes > browserslist', () => { const browserslistBaseFxt = fixtures('browserslist/lines/00-base') it('should process browserslist configs', () => { expect(pipe('.browserslistrc')(browserslistBaseFxt)).toMatchSnapshot() }) })