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

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