Commits on Source (25)
-
Hugo NOUTS authored
chose to export "presentation_detail" field instead of "presentation_detail" to solve max character limitation.
8196f908 -
Hugo NOUTS authored
Merge branch '26-data-finaliser-l-integration-dans-la-plateforme-data-grandlyon-com-uniquement' into 'dev' Retours échange avec Data See merge request !327
25ad1a1a -
Bastien DUMONT authored26e08346
-
Bastien DUMONT authored
test: show coverage in terminal See merge request !329
f191fea6 -
Bastien DUMONT authored45fb2461
-
Bastien DUMONT authored
refactor: update test naming See merge request !328
c2a64b2a -
Bastien DUMONT authoredd8553715
-
Bastien DUMONT authored
chore(deps): update node.js to v18 See merge request !326
27c81bbb -
Hugo NOUTS authoreda804eda7
-
Hugo NOUTS authored
Merge branch '38-structure-import-off-dans-les-horaires-fait-planter-la-structure-importee' into 'dev' Resolve "[Structure] Import: "off" dans les horaires fait planter la structure importée" See merge request !333
25a0ec11 -
Hugo NOUTS authored50d1821d
-
Hugo NOUTS authored
Mise en place d'indicateurs pour le projet statham - Ajout du prescripteur See merge request !338
496ef4df -
Bastien DUMONT authored44998445
-
Rémi PAILHAREY authoredb306108e
-
Rémi PAILHAREY authored
Merge branch '39-label-fiche-structure-mon-compte-filtre-carto-onboarding-supprimer-pix-2' into 'dev' Resolve "[Label fiche structure + mon compte + filtre carto + onboarding] - supprimer Pix" See merge request !339
2877f904 -
Etienne LOUPIAS authored0d6c66d3
-
Etienne LOUPIAS authored
Resolve "[Prise de RDV] - Ecran sans offre correpondante" See merge request !342
e9b0f4d5 -
Rémi PAILHAREY authored556658dd
-
Rémi PAILHAREY authored
feat(online-demarch): remove cpam See merge request !340
79769428 -
Etienne LOUPIAS authored4c29d540
-
Etienne LOUPIAS authored
fix(rdv): filter offers of users with rdv See merge request !344
cee2a21f -
Marlène SIMONDANT authorede7e1ae80
-
Marlène SIMONDANT authored
365-type-de-structure-nouvelle-liste See merge request !343
a8b5162a -
Etienne LOUPIAS authored8dfdf08c
-
Marlène SIMONDANT authoredacd877e4
Showing
- .eslintrc.js 1 addition, 1 deletion.eslintrc.js
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- .node-version 1 addition, 1 deletion.node-version
- .vscode/settings.json 5 additions, 1 deletion.vscode/settings.json
- CHANGELOG.md 19 additions, 0 deletionsCHANGELOG.md
- Dockerfile 1 addition, 1 deletionDockerfile
- jest.config.ts 14 additions, 0 deletionsjest.config.ts
- jest.json 0 additions, 11 deletionsjest.json
- package-lock.json 16011 additions, 11643 deletionspackage-lock.json
- package.json 6 additions, 23 deletionspackage.json
- scripts/data/users.js 2 additions, 0 deletionsscripts/data/users.js
- src/admin/admin.controller.spec.ts 83 additions, 42 deletionssrc/admin/admin.controller.spec.ts
- src/admin/admin.controller.ts 3 additions, 3 deletionssrc/admin/admin.controller.ts
- src/admin/admin.service.spec.ts 3 additions, 3 deletionssrc/admin/admin.service.spec.ts
- src/appointment/appointment.controller.spec.ts 5 additions, 5 deletionssrc/appointment/appointment.controller.spec.ts
- src/appointment/appointment.service.spec.ts 15 additions, 16 deletionssrc/appointment/appointment.service.spec.ts
- src/appointment/dto/appointment.dto.ts 1 addition, 1 deletionsrc/appointment/dto/appointment.dto.ts
- src/auth/auth.controller.spec.ts 12 additions, 12 deletionssrc/auth/auth.controller.spec.ts
- src/auth/auth.service.spec.ts 9 additions, 9 deletionssrc/auth/auth.service.spec.ts
- src/categories/controllers/categories.controller.spec.ts 5 additions, 5 deletionssrc/categories/controllers/categories.controller.spec.ts
jest.config.ts
0 → 100644
jest.json
deleted
100644 → 0
source diff could not be displayed: it is too large. Options to address this: view the blob.
{ | { | ||
"name": "ram_server", | "name": "ram_server", | ||
"private": true, | "private": true, | ||
"version": "2.4.1", | "version": "2.4.2", | ||
"description": "Nest TypeScript starter repository", | "description": "Nest TypeScript starter repository", | ||
"license": "MIT", | "license": "MIT", | ||
"scripts": { | "scripts": { | ||
... | @@ -20,12 +20,12 @@ | ... | @@ -20,12 +20,12 @@ |
"release": "standard-version", | "release": "standard-version", | ||
"start:debug": "nodemon --config nodemon-debug.json", | "start:debug": "nodemon --config nodemon-debug.json", | ||
"start:dev": "nodemon", | "start:dev": "nodemon", | ||
"test": "jest --runInBand --config ./jest.json", | |||
"start:prod": "npm run migrate:up && node dist/src/main", | "start:prod": "npm run migrate:up && node dist/src/main", | ||
"test:cov": "jest --config ./jest.json --coverage --ci --reporters=default --reporters=jest-junit", | "test": "jest --runInBand --config ./jest.config.ts", | ||
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", | "test:cov": "jest --config ./jest.config.ts --coverage --ci --reporters=default --reporters=jest-junit", | ||
"test:debug": "node --config ./jest.config.ts --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", | |||
"test:e2e": "jest --config ./test/jest-e2e.json", | "test:e2e": "jest --config ./test/jest-e2e.json", | ||
"test:watch": "jest --config ./jest.json --watch --coverage" | "test:watch": "jest --config ./jest.config.ts --watch --coverage" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@elastic/elasticsearch": "~8.5.0", | "@elastic/elasticsearch": "~8.5.0", | ||
... | @@ -72,7 +72,7 @@ | ... | @@ -72,7 +72,7 @@ |
"@nestjs/testing": "^9.0.11", | "@nestjs/testing": "^9.0.11", | ||
"@types/express": "^4.17.8", | "@types/express": "^4.17.8", | ||
"@types/jest": "^26.0.15", | "@types/jest": "^26.0.15", | ||
"@types/node": "^14.14.6", | "@types/node": "^18.0.0", | ||
"@types/passport-local": "^1.0.33", | "@types/passport-local": "^1.0.33", | ||
"@types/supertest": "^2.0.10", | "@types/supertest": "^2.0.10", | ||
"@typescript-eslint/eslint-plugin": "^5.37", | "@typescript-eslint/eslint-plugin": "^5.37", | ||
... | @@ -91,22 +91,5 @@ | ... | @@ -91,22 +91,5 @@ |
"ts-node": "^10.9.1", | "ts-node": "^10.9.1", | ||
"tsconfig-paths": "^3.9.0", | "tsconfig-paths": "^3.9.0", | ||
"typescript": "^4.2.4" | "typescript": "^4.2.4" | ||
}, | |||
"jest": { | |||
"moduleFileExtensions": [ | |||
"js", | |||
"json", | |||
"ts" | |||
], | |||
"rootDir": "src", | |||
"testRegex": ".*\\.spec\\.ts$", | |||
"transform": { | |||
"^.+\\.(t|j)s$": "ts-jest" | |||
}, | |||
"collectCoverageFrom": [ | |||
"**/*.(t|j)s" | |||
], | |||
"coverageDirectory": "../coverage", | |||
"testEnvironment": "node" | |||
} | } | ||
} | } |