@forwardimpact/libmock 0.1.5 → 0.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/libmock",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
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",