@forwardimpact/libmock 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,8 +101,8 @@ Before adding a helper locally in a test file, check `src/index.js`. If the
|
|
|
101
101
|
helper doesn't exist and would be reused across two or more files, add it to
|
|
102
102
|
libmock in the same PR instead of inlining. See
|
|
103
103
|
[CONTRIBUTING.md](../../CONTRIBUTING.md) READ-DO and DO-CONFIRM checklists for
|
|
104
|
-
the enforced policy and
|
|
105
|
-
that flags inline reimplementations.
|
|
104
|
+
the enforced policy and `.coaligned/invariants/libmock.rules.mjs` for the
|
|
105
|
+
pre-commit guard that flags inline reimplementations.
|
|
106
106
|
|
|
107
107
|
## `spy` vs `node:test`'s `mock.fn`
|
|
108
108
|
|