1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Avoid privacy breach in documentation
Forwarded: no
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2025-04-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,3 @@
-[](https://github.com/tschaub/mock-fs/actions?workflow=Test)
-
# `mock-fs`
The `mock-fs` module allows Node's built-in [`fs` module](http://nodejs.org/api/fs.html) to be backed temporarily by an in-memory, mock file system. This lets you run tests against a set of mock files and directories instead of lugging around a bunch of test fixtures.
|