Skip to content

Commit ef45fdb

Browse files
committed
add exportTitle matchers to accuracy tests
1 parent 3e65705 commit ef45fdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/accuracy/export.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ describeAccuracyTests([
1010
parameters: {
1111
database: "mflix",
1212
collection: "movies",
13+
exportTitle: Matcher.string(),
1314
exportTarget: [
1415
{
1516
name: "find",
@@ -28,6 +29,7 @@ describeAccuracyTests([
2829
parameters: {
2930
database: "mflix",
3031
collection: "movies",
32+
exportTitle: Matcher.string(),
3133
exportTarget: [
3234
{
3335
name: "find",
@@ -50,6 +52,7 @@ describeAccuracyTests([
5052
parameters: {
5153
database: "mflix",
5254
collection: "movies",
55+
exportTitle: Matcher.string(),
5356
exportTarget: [
5457
{
5558
name: "find",
@@ -77,6 +80,7 @@ describeAccuracyTests([
7780
parameters: {
7881
database: "mflix",
7982
collection: "movies",
83+
exportTitle: Matcher.string(),
8084
exportTarget: [
8185
{
8286
name: "find",

0 commit comments

Comments
 (0)