Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lecture-devops-app
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
s80984
lecture-devops-app
98309a777d346101aab2f13467b926fb2130a691
lecture-devops-app
app
server
jest.config.js
Find file
Normal view
Permalink
jest.config.js
90 B
Newer
Older
[app/server] Introduce a test for creating a user document in the database
Lucendio
committed
4 years ago
1
module
.
exports
=
{
Update Test Job
s80984
committed
3 years ago
2
3
testEnvironment
:
'
node
'
,
testResultsProcessor
:
'
jest-junit
'
[app/server] Introduce a test for creating a user document in the database
Lucendio
committed
4 years ago
4
};