Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions tests/accuracy/export.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
exportTitle: Matcher.string(),
database: "mflix",
collection: "movies",
exportTitle: Matcher.string(),
exportTarget: [

Check failure on line 14 in tests/accuracy/export.test.ts

View workflow job for this annotation

GitHub Actions / check-style

An object literal cannot have multiple properties with the same name.
{
name: "find",
arguments: {},
Expand All @@ -31,9 +30,8 @@
exportTitle: Matcher.string(),
database: "mflix",
collection: "movies",
exportTitle: Matcher.string(),
exportTarget: [
{

Check failure on line 34 in tests/accuracy/export.test.ts

View workflow job for this annotation

GitHub Actions / check-style

An object literal cannot have multiple properties with the same name.
name: "find",
arguments: {
filter: {
Expand All @@ -55,10 +53,9 @@
exportTitle: Matcher.string(),
database: "mflix",
collection: "movies",
exportTitle: Matcher.string(),
exportTarget: [
{
name: "find",

Check failure on line 58 in tests/accuracy/export.test.ts

View workflow job for this annotation

GitHub Actions / check-style

An object literal cannot have multiple properties with the same name.
arguments: {
projection: {
title: 1,
Expand All @@ -84,11 +81,10 @@
exportTitle: Matcher.string(),
database: "mflix",
collection: "movies",
exportTitle: Matcher.string(),
exportTarget: [
{
name: "find",
arguments: {

Check failure on line 87 in tests/accuracy/export.test.ts

View workflow job for this annotation

GitHub Actions / check-style

An object literal cannot have multiple properties with the same name.
filter: { genres: "Horror" },
sort: { runtime: 1 },
limit: 2,
Expand Down
Loading