Skip to content

Commit

Permalink
Run lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Strift committed Jan 29, 2025
1 parent e67aabf commit 5d914a2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions tests/embedders.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ import type { Embedders } from "../src/types.js";
import {
clearAllIndexes,
config,
HOST,
BAD_HOST,
MeiliSearch,
getClient,
getKey,
} from "./utils/meilisearch-test-utils.js";

const index = {
Expand Down
2 changes: 0 additions & 2 deletions tests/get_search.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import {
BAD_HOST,
MeiliSearch,
getClient,
HOST,
getKey,
} from "./utils/meilisearch-test-utils.js";

const index = {
Expand Down
1 change: 0 additions & 1 deletion tests/search.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
MeiliSearch,
getClient,
datasetWithNests,
HOST,
getKey,
} from "./utils/meilisearch-test-utils.js";

Expand Down
2 changes: 0 additions & 2 deletions tests/settings.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import {
MeiliSearch,
getClient,
dataset,
getKey,
HOST,
} from "./utils/meilisearch-test-utils.js";

const index = {
Expand Down

0 comments on commit 5d914a2

Please sign in to comment.