fix prisma tests See merge request mobicoop/lab/v3/services/user!3  | 
			||
|---|---|---|
| prisma | ||
| src | ||
| .dockerignore | ||
| .editorconfig | ||
| .env | ||
| .env.dist | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| docker-compose.yml | ||
| jest-e2e.json | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	Mobicoop V3 - User Service
Mobicoop V3 - User service.
Installation
$ npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
License
Mobicoop V3 - User Service is AGPL licensed.