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) 305 B
const { fixtures } = require('testUtils') const { pipe } = require('../pipe') describe('strategies > pipes > babel > pipe', () => { const babelBaseFxt = fixtures('babel/json/00-base') it('should merge babel json configs', () => { expect(pipe('.babelrc')(babelBaseFxt)).toMatchSnapshot() }) })