describe('LexiconService', () => {
  beforeEach(() => {
    TestBed.configureTestingModule({
      providers: [LexiconService]
    });