joist-test-utils 1.170.3 → 1.172.0

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.
@@ -27,7 +27,7 @@ function toMatchEntity(actual, expected) {
27
27
  // same "clean clone" of actual, and compare the two.
28
28
  const cleanExpected = deepClone(expected);
29
29
  const cleanActual = deepClone(deepMirror(cleanExpected, actual));
30
- // Watch for `expect(someAuthor).toMatchEntity(a1)` as we'll turn `someAuthor` into "a:1`,
30
+ // Watch for `expect(someAuthor).toMatchEntity(a1)` as we'll turn `someAuthor` into "a:1",
31
31
  // so can't use toMatchObject anymore.
32
32
  if (typeof cleanActual !== "object") {
33
33
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joist-test-utils",
3
- "version": "1.170.3",
3
+ "version": "1.172.0",
4
4
  "license": "MIT",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -11,8 +11,8 @@
11
11
  "build"
12
12
  ],
13
13
  "dependencies": {
14
- "joist-orm": "1.170.3",
15
- "joist-utils": "1.170.3"
14
+ "joist-orm": "1.172.0",
15
+ "joist-utils": "1.172.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@swc/core": "^1.4.13",