prescription.model.spec.ts 134 B

123456
  1. import { Prescription } from './prescription.model';
  2. describe('Student', () => {
  3. it('should create an instance', () => {
  4. });
  5. });