Sha256: 9ec4416100cef45cd689678a531bac9c5440da36e4c7200571bcf2e4bfddbdd7
Contents?: true
Size: 291 Bytes
Versions: 35
Compression:
Stored size: 291 Bytes
Contents
const index = require('../index') describe('index', () => { test('exports webpack-merge v5 functions', () => { expect(index.merge).toBeInstanceOf(Function) expect(index.mergeWithRules).toBeInstanceOf(Function) expect(index.mergeWithCustomize).toBeInstanceOf(Function) }) })
Version data entries
35 entries across 35 versions & 2 rubygems