Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QCM Pratiques métiers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
benjamin.anthonio
QCM Pratiques métiers
Commits
20e690a3
Commit
20e690a3
authored
1 month ago
by
tom.ryser
Browse files
Options
Downloads
Patches
Plain Diff
Added default test and sonar-project.properties for the Frontend
parent
d187a062
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
microservices/frontend/sonar-project.properties
+11
-0
11 additions, 0 deletions
microservices/frontend/sonar-project.properties
microservices/frontend/test/service.test.ts
+5
-0
5 additions, 0 deletions
microservices/frontend/test/service.test.ts
with
16 additions
and
0 deletions
microservices/frontend/sonar-project.properties
0 → 100644
+
11
−
0
View file @
20e690a3
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
This diff is collapsed.
Click to expand it.
microservices/frontend/test/service.test.ts
0 → 100644
+
5
−
0
View file @
20e690a3
// Jest test for the service
test
(
"
Jest is running
"
,
()
=>
{
expect
(
1
).
toBe
(
1
);
});
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment