diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-12-02 19:48:15 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-12-02 19:57:35 -0500 |
commit | f94d81c5283cbf5be2f2a96faa21807e381e1c5c (patch) | |
tree | b8400e597075df46446f1772fc4594f824548dda /recipeBuddy/src/app/DataModels/steps.spec.ts | |
parent | daf0ba705ff8692e83e8343778bc34cbc93beff3 (diff) |
Fix typos in DataModels
Mostly variable name fixes and type fixes.
Also delete unused DataModels
Diffstat (limited to 'recipeBuddy/src/app/DataModels/steps.spec.ts')
-rw-r--r-- | recipeBuddy/src/app/DataModels/steps.spec.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/recipeBuddy/src/app/DataModels/steps.spec.ts b/recipeBuddy/src/app/DataModels/steps.spec.ts deleted file mode 100644 index e315565..0000000 --- a/recipeBuddy/src/app/DataModels/steps.spec.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { Steps } from './steps'; - -describe('Steps', () => { - it('should create an instance', () => { - expect(new Steps()).toBeTruthy(); - }); -}); |