Skip to content

Commit

Permalink
Remove unused test case
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalre committed Feb 11, 2023
1 parent 1200169 commit f52845b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/test/suite/controller/controller.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ suite("Test sortYamlFiles", () => {
writeFileSync("./src/test/files/getYamlFilesInDirectory/folder1/file.yaml", "key: value\nakey: value")
writeFileSync("./src/test/files/getYamlFilesInDirectory/folder1/file2.yaml", "key: value\nakey: value")
})
/*
test("should return `true` on invalid yaml", () => {
const uri = Uri.parse(resolve("./src/test/files/getYamlFilesInDirectory/folder2"))
strictEqual(new Controller().sortYamlFiles(uri), true)
})
*/
})

suite("Test validateYamlWrapper", () => {
Expand Down

0 comments on commit f52845b

Please sign in to comment.