mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 13:42:41 +00:00
tests and refactor for ad geography
This commit is contained in:
8
src/modules/geography/tests/unit/coordinate.spec.ts
Normal file
8
src/modules/geography/tests/unit/coordinate.spec.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Coordinate } from '../../domain/entities/coordinate';
|
||||
|
||||
describe('Coordinate entity', () => {
|
||||
it('should be defined', () => {
|
||||
const coordinate: Coordinate = new Coordinate(6, 47);
|
||||
expect(coordinate).toBeDefined();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user