import { InterrogativeSentence } from './interrogative-sentence'; describe('InterrogativeSentence', () => { it('should create an instance', () => { expect(new InterrogativeSentence()).toBeTruthy(); }); });