Skip to content

Commit 7354562

Browse files
chore: export tool matchers
1 parent f09b4f4 commit 7354562

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/accuracy/export.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ describeAccuracyTests([
1717
arguments: {},
1818
},
1919
],
20+
jsonExportFormat: Matcher.anyValue,
2021
},
2122
},
2223
],
@@ -40,6 +41,7 @@ describeAccuracyTests([
4041
},
4142
},
4243
],
44+
jsonExportFormat: Matcher.anyValue,
4345
},
4446
},
4547
],
@@ -68,6 +70,7 @@ describeAccuracyTests([
6870
},
6971
},
7072
],
73+
jsonExportFormat: Matcher.anyValue,
7174
},
7275
},
7376
],
@@ -91,6 +94,7 @@ describeAccuracyTests([
9194
},
9295
},
9396
],
97+
jsonExportFormat: Matcher.anyValue,
9498
},
9599
},
96100
],
@@ -121,6 +125,7 @@ describeAccuracyTests([
121125
},
122126
},
123127
],
128+
jsonExportFormat: Matcher.anyValue,
124129
},
125130
},
126131
],

0 commit comments

Comments
 (0)