UNPKG

@interaktiv/dia-scripts

Version:

CLI toolbox with common scripts for most sort of projects at DIA

12 lines (10 loc) 247 B
"use strict"; describe('requiring config', () => { test('does not blow up', () => { const config = require('./index'); expect(config).toMatchObject({ babel: expect.any(Function), eslint: expect.any(Object) }); }); });