Skip to content

Instantly share code, notes, and snippets.

View ipetinate's full-sized avatar
🖖
Live long and prosper!

Isac Petinate ipetinate

🖖
Live long and prosper!
View GitHub Profile
@rishitells
rishitells / Jest_GitLab_CI.md
Last active June 27, 2024 14:19
Setting up Jest tests and coverage in GitLab CI

Configuring Jest Tests in GitLab CI

1. Add GitLab CI configuration file in the root

In the root of your project, add .gitlab-ci.yml with the configuration below.

image: node:latest

stages: