Skip to content
Snippets Groups Projects
Commit 20e690a3 authored by tom.ryser's avatar tom.ryser :carousel_horse:
Browse files

Added default test and sonar-project.properties for the Frontend

parent d187a062
Branches
No related tags found
No related merge requests found
sonar.projectKey=frontend
sonar.projectName=Frontend Microservice
sonar.projectVersion=1.0-SNAPSHOT
sonar.sources=src
sonar.tests=test
sonar.language=ts
sonar.typescript.tsconfigPath=tsconfig.json
sonar.sourceEncoding=UTF-8
sonar.exclusions=node_modules/**,target/**,prisma/migrations/**
sonar.test.inclusions=**/*.test.ts
sonar.typescript.lcov.reportPaths=coverage/lcov.info
\ No newline at end of file
// Jest test for the service
test("Jest is running", () => {
expect(1).toBe(1);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment