Skip to content
Snippets Groups Projects
aggregate.spec.js 243 B
Newer Older
  • Learn to ignore specific revisions
  • Hugo SUBTIL's avatar
    Hugo SUBTIL committed
    const { buildAgregatedData } = require('../src/aggregate')
    describe('buildAgregatedData', () => {
      it('should return empty', async () => {
        const reply = await buildAgregatedData([], 'com.enedis.day')
        expect(reply).toEqual([])
      })
    })