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