From 9cfbf808457d1e2029b3cdaab167ac74c34a13f1 Mon Sep 17 00:00:00 2001 From: Camille TJHOA Date: Mon, 13 Nov 2023 15:02:29 +0100 Subject: [PATCH] Add "Rust for JavaScript Developers: An Overview of Testing" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34ed586..061c451 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ The main documentation is always the best beginning, so if you haven't read it y * [Ensuring Beautiful Commits with rustfmt and Travis-CI](http://kneit.in/2016/11/26/rustfmt-in-travisci.html) - Kyle Kneitinger * [Great Rust CI](https://dev.to/cad97/great-rust-ci-1fk6) - Christopher Durham * [Rust Fuzz Book](https://rust-fuzz.github.io/book/) +* [Rust for JavaScript Developers: An Overview of Testing](https://www.shuttle.rs/blog/2023/11/08/testing-in-rust] - Joshua Mo ## Debug / Profiling