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

18 lines (15 loc) 437 B
const { fixtures } = require('testUtils') const { eslintJson } = require('../schema') describe('pipes > eslint > schema', () => { describe('JSON', () => { const eslintBaseFxt = fixtures('eslint/json/01-base', 'map') it('should merge configs', () => { expect( eslintJson({ current: eslintBaseFxt.current, upcoming: eslintBaseFxt.upcoming, }), ).toMatchSnapshot() }) }) })