Skip to content
Snippets Groups Projects

feat: add first failing test

Merged Hugo SUBTIL requested to merge feat/TU into main
4 files
+ 1413
11
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 7
0
const { buildAgregatedData } = require('../src/aggregate')
describe('buildAgregatedData', () => {
it('should return empty', async () => {
const reply = await buildAgregatedData([], 'com.enedis.day')
expect(reply).toEqual([])
})
})
Loading