Skip to content

Instantly share code, notes, and snippets.

View elijahondiek's full-sized avatar
🏠
Working from home

Elijah Ondiek elijahondiek

🏠
Working from home
View GitHub Profile
@elijahondiek
elijahondiek / restart_nginx.bat
Created December 17, 2024 09:51 — forked from keberwein/restart_nginx.bat
Restart Nginx Windows
@ECHO OFF
cd /nginx
taskkill /f /IM nginx.exe
start nginx
EXIT

Writing Tests with Jest on Node.js

Installation

npm i --save-dev jest

Configuration