@forwardimpact/libmock 0.1.5 → 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 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 `scripts/check-libmock.mjs` for the pre-commit guard
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/libmock",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Shared mocks and test fixtures so every library and service tests the same way.",
5
5
  "keywords": [
6
6
  "test",
@@ -9,6 +9,7 @@ const GIT_METHODS = [
9
9
  "rebaseAbort",
10
10
  "mergeOursStrategy",
11
11
  "commitAll",
12
+ "commitPaths",
12
13
  "push",
13
14
  "revListCount",
14
15
  "configGet",