Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
minerva
frontend
Commits
52ef7073
Commit
52ef7073
authored
1 year ago
by
Adrian Orłów
Browse files
Options
Downloads
Patches
Plain Diff
test: fix transformIgnorePatterns not configured in test commands
parent
ac14c550
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!223
reset the pin numbers before search results are fetch (so the results will be...
,
!36
feat(map): add render components and tests
Pipeline
#79934
passed
1 year ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+4
-4
4 additions, 4 deletions
package.json
with
4 additions
and
4 deletions
package.json
+
4
−
4
View file @
52ef7073
...
...
@@ -15,10 +15,10 @@
"prepare"
:
"husky install"
,
"postinstall"
:
"husky install"
,
"test"
:
"jest --config ./jest.config.ts --transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|.*
\\
.mjs$))'"
,
"test:watch"
:
"jest --watch --config ./jest.config.ts"
,
"test:ci"
:
"jest --config ./jest.config.ts --collectCoverage --coverageDirectory=
\"
./coverage
\"
--ci --reporters=default --reporters=jest-junit --watchAll=false --passWithNoTests"
,
"test:coverage"
:
"jest --watchAll --coverage --config ./jest.config.ts"
,
"test:coveragee"
:
"jest --coverage"
,
"test:watch"
:
"jest --watch --config ./jest.config.ts
--transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|.*
\\
.mjs$))'
"
,
"test:ci"
:
"jest --config ./jest.config.ts --collectCoverage --coverageDirectory=
\"
./coverage
\"
--ci --reporters=default --reporters=jest-junit --watchAll=false --passWithNoTests
--transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|.*
\\
.mjs$))'
"
,
"test:coverage"
:
"jest --watchAll --coverage --config ./jest.config.ts
--transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|.*
\\
.mjs$))'
"
,
"test:coveragee"
:
"jest --coverage
--transformIgnorePatterns 'node_modules/(?!(ol|geotiff|quick-lru|.*
\\
.mjs$))'
"
,
"coverage"
:
"open ./coverage/lcov-report/index.html"
,
"cypress"
:
"cypress open"
},
...
...
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