Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tadashi-aikawa committed Feb 13, 2022
1 parent 6c3772f commit 858f157
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/provider/suggester.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ describe("suggestWords", () => {
createdPath: "",
},
{ value: "aiUEO", type: "customDictionary", createdPath: "" },
{ value: "aiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand All @@ -196,7 +195,6 @@ describe("suggestWords", () => {
createdPath: "",
},
{ value: "aiUEO", type: "customDictionary", createdPath: "" },
{ value: "aiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand All @@ -212,7 +210,6 @@ describe("suggestWords", () => {
createdPath: "",
},
{ value: "aiUEO", type: "customDictionary", createdPath: "" },
{ value: "aiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand All @@ -237,7 +234,6 @@ describe("suggestWords", () => {
createdPath: "",
},
{ value: "AiUEO", type: "customDictionary", createdPath: "" },
{ value: "AiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand All @@ -254,7 +250,6 @@ describe("suggestWords", () => {
createdPath: "",
},
{ value: "AiUEO", type: "customDictionary", createdPath: "" },
{ value: "AiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand All @@ -271,7 +266,6 @@ describe("suggestWords", () => {
createdPath: "",
},
{ value: "AiUEO", type: "customDictionary", createdPath: "" },
{ value: "AiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand All @@ -286,7 +280,6 @@ describe("suggestWords", () => {
createdPath: "",
},
{ value: "AiUEO", type: "customDictionary", createdPath: "" },
{ value: "AiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand Down Expand Up @@ -441,7 +434,6 @@ describe("suggestWordsByPartialMatch", () => {
createdPath: "",
},
{ value: "aiUEO", type: "customDictionary", createdPath: "" },
{ value: "aiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand All @@ -458,7 +450,6 @@ describe("suggestWordsByPartialMatch", () => {
createdPath: "",
},
{ value: "aiUEO", type: "customDictionary", createdPath: "" },
{ value: "aiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand All @@ -485,7 +476,6 @@ describe("suggestWordsByPartialMatch", () => {
createdPath: "",
},
{ value: "AiUEO", type: "customDictionary", createdPath: "" },
// ??? currentFile
]);
});

Expand All @@ -504,7 +494,6 @@ describe("suggestWordsByPartialMatch", () => {
createdPath: "",
},
{ value: "AiUEO", type: "customDictionary", createdPath: "" },
{ value: "AiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand All @@ -523,7 +512,6 @@ describe("suggestWordsByPartialMatch", () => {
createdPath: "",
},
{ value: "AiUEO", type: "customDictionary", createdPath: "" },
{ value: "AiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand All @@ -540,7 +528,6 @@ describe("suggestWordsByPartialMatch", () => {
createdPath: "",
},
{ value: "AiUEO", type: "customDictionary", createdPath: "" },
{ value: "AiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand Down Expand Up @@ -569,7 +556,6 @@ describe("suggestWordsByPartialMatch", () => {
createdPath: "",
},
{ value: "aiUEO", type: "customDictionary", createdPath: "" },
{ value: "aiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand Down Expand Up @@ -598,7 +584,6 @@ describe("suggestWordsByPartialMatch", () => {
createdPath: "",
},
{ value: "aiUEO", type: "customDictionary", createdPath: "" },
{ value: "aiUEO", type: "currentFile", createdPath: "" },
]);
});

Expand Down

0 comments on commit 858f157

Please sign in to comment.