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) 461 B
const { fixtures } = require('testUtils') const { postcssJson } = require('../schema') describe('pipes > postcss > schema', () => { const postcssBaseFxt = fixtures('postcss/json/00-base', 'map') describe('merge', () => { it('should merge objects by one deep level', () => { expect( postcssJson({ current: postcssBaseFxt.current, upcoming: postcssBaseFxt.upcoming, }), ).toMatchSnapshot() }) }) })