sharec-core
Version:
[](https://github.com/lamartire/sharec/actions) [](https://npmjs.com/sharec)  • 323 B
JavaScript
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()
})
})