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

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