Skip to content

Commit

Permalink
More unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Oct 18, 2023
1 parent 4d1ab41 commit db8b96a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/documentation/search/search.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ describe("buildReferenceIndex", () => {
it("uses language from the toolkit for the Reference index", async () => {
const api: ApiDocsResponse = {};
const referenceEn: Toolkit = {
_id: "asdf",
id: "reference",
description: "description",
language: "en",
Expand Down Expand Up @@ -155,7 +154,6 @@ describe("SearchWorker", () => {
const indexMessage: IndexMessage = {
kind: "index",
reference: {
_id: "asdf",
id: "reference",
description: "Reference stuff",
name: "Reference",
Expand Down Expand Up @@ -187,7 +185,6 @@ describe("SearchWorker", () => {
const emptyIndex: IndexMessage = {
kind: "index",
reference: {
_id: "asdf",
id: "reference",
description: "Reference stuff",
name: "Reference",
Expand All @@ -199,7 +196,6 @@ describe("SearchWorker", () => {
const fullIndex: IndexMessage = {
kind: "index",
reference: {
_id: "asdf",
id: "reference",
description: "Reference stuff",
name: "Reference",
Expand Down

0 comments on commit db8b96a

Please sign in to comment.