const { describe, it } = require('@jest/globals')

describe('Manifest service', () => {
  it('tests nothing', () => {})
})