Skip to content
Snippets Groups Projects
Commit 4c44107d authored by Abelangel's avatar Abelangel
Browse files
parents 1846d584 20e690a3
Branches
Tags
No related merge requests found
// Jest test for the service
test("Jest is running", () => {
expect(1).toBe(1);
});
// Jest test for the service
test("Jest is running", () => {
expect(1).toBe(1);
});
// Jest test for the service
test("Jest is running", () => {
expect(1).toBe(1);
});
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);
});
require("dotenv").config();
import { sum } from "../src/sum";
test("adds 1 + 2 to equal 3", () => {
expect(sum(1, 2)).toBe(3);
// Jest test for the service
test("Jest is running", () => {
expect(1).toBe(1);
});
sonar.projectKey=realise_qcm
sonar.projectName=Realise QCM 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);
});
sonar.projectKey=search_qcm
sonar.projectName=Search QCM 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