Skip to content
Snippets Groups Projects
Commit 85351379 authored by Chris's avatar Chris
Browse files

Same for jest..

parent 0647ec5e
No related branches found
No related tags found
1 merge request!6Draft: Resolve "Configure CI/CD"
......@@ -8,9 +8,8 @@ test:
paths:
- "$CI_PROJECT_DIR/.pnpm-store"
before_script:
- npm install -g pnpm
- pnpm install
- pnpm install -g js-yaml
- npm install -g pnpm js-yaml jest
- pnpm install
script:
- jest src/ --coverage --coverageReporters cobertura
coverage: /All\sfiles.*?\s+(\d+.\d+)/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment