Skip to content

Instantly share code, notes, and snippets.

@LucasBadico
Created October 14, 2019 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucasBadico/a7bce0fa01475a5c424e37d26f0a9a9c to your computer and use it in GitHub Desktop.
Save LucasBadico/a7bce0fa01475a5c424e37d26f0a9a9c to your computer and use it in GitHub Desktop.
import { GarageRepo, GarageService } from '../../src';
describe('Garage Service test', () => {
it('should GarageService be defined', () => {
expect(GarageService).toBeDefined();
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment