1 2 3 4 5 6 7
import { Steps } from './steps'; describe('Steps', () => { it('should create an instance', () => { expect(new Steps()).toBeTruthy(); }); });