describe('isDashboard', () => {
    it('should correctly verify type is Dashboard', () => {
      expect(isDashboard(fixtureDashboard)).toEqual(true);
    });
    it('should correctly verify type is not Dashboard', () => {