Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Remi PLANEL
bioviz-js
Commits
55baa6ae
Commit
55baa6ae
authored
May 29, 2019
by
Remi PLANEL
Browse files
Add test coverage
parent
f34e3a84
Pipeline
#12066
passed with stage
in 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
jest.config.js
View file @
55baa6ae
...
@@ -5,4 +5,6 @@ module.exports = {
...
@@ -5,4 +5,6 @@ module.exports = {
},
},
testRegex
:
"
/tests/.*
\\
.(test|spec)
\\
.(jsx?|tsx?|ts)$
"
,
testRegex
:
"
/tests/.*
\\
.(test|spec)
\\
.(jsx?|tsx?|ts)$
"
,
moduleFileExtensions
:
[
"
ts
"
,
"
tsx
"
,
"
js
"
,
"
jsx
"
,
"
json
"
,
"
node
"
],
moduleFileExtensions
:
[
"
ts
"
,
"
tsx
"
,
"
js
"
,
"
jsx
"
,
"
json
"
,
"
node
"
],
collectCoverage
:
true
,
coverageReporters
:
[
"
text-summary
"
]
};
};
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment