Skip to content

Instantly share code, notes, and snippets.

View ruizalexandre's full-sized avatar
🚀
Working hard

Alexandre ruizalexandre

🚀
Working hard
View GitHub Profile
@rishitells
rishitells / Jest_GitLab_CI.md
Last active May 14, 2024 08:45
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:
@ISSOtm
ISSOtm / to_c_or_not_to_c.md
Last active June 22, 2021 12:02
Writeup discussing programming toolchains, coding practices, and languages, for GB and GBC dev.

This document is now at https://gbdev.io/guides/tools.html, please go there instead. It's kept here to avoid breaking links and to preserve history.

Previous versions can be checked out by selecting the "Revisions" tab, and selecting "View file" in the three-dot drop-down menu.