summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/DataModels/steps.spec.ts
blob: e315565af9b84179a434d36a024e9ab212aff8c1 (plain)
1
2
3
4
5
6
7
import { Steps } from './steps';

describe('Steps', () => {
  it('should create an instance', () => {
    expect(new Steps()).toBeTruthy();
  });
});