fix: typecheck (#2409) #1678
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
test:
server/src/http/controllers/etablissementRecruteur.controller.test.ts#L79
Error: Snapshot `POST /etablissement/creation > Création d'entreprise > Vérifie que le recruteur est créé avec une offre 1` mismatched
- Expected
+ Received
@@ -29,15 +29,15 @@
"email": "[email protected]",
"establishment_enseigne": null,
"establishment_raison_sociale": "DIRECTION INTERMINISTERIELLE DU NUMERIQUE",
"establishment_siret": "42476141900045",
"first_name": "John",
- "geo_coordinates": "48.853954,2.312864",
+ "geo_coordinates": "48.850699,2.308628",
"geopoint": {
"coordinates": [
- 2.312864,
+ 2.308628,
- 48.853954,
+ 48.850699,
],
"type": "Point",
},
"idcc": 3248,
"is_delegated": false,
❯ src/http/controllers/etablissementRecruteur.controller.test.ts:79:106
|
Loading