Skip to content

Instantly share code, notes, and snippets.

View makirby's full-sized avatar
🌴
🔢

merrick kirby makirby

🌴
🔢
View GitHub Profile
@makirby
makirby / Jest_GitLab_CI.md
Created August 3, 2021 12:02 — forked from rishitells/Jest_GitLab_CI.md
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: