This commit is contained in:
DaanV2
2023-02-21 19:27:30 +01:00
parent 92ad45e510
commit fba4e9bfc3

View File

@@ -16,8 +16,4 @@ describe("Files", function () {
expect(temp.endsWith("lib"), "ended with lib").to.be.false; expect(temp.endsWith("lib"), "ended with lib").to.be.false;
}); });
it("Random", function () {
expect(Files.TestFolder()).to.contain("minecraft-bedrock-schemas");
});
}); });