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) 323 B
const { fixtures } = require('testUtils') const { babelJson } = require('../schema') describe('strategies > pipes > babel > schema', () => { const babelWithEmptyFxt = fixtures('babel/json/01-with-empty', 'map') it('should handle empty envs', () => { expect(babelJson(babelWithEmptyFxt)).toMatchSnapshot() }) })