Fix tests

This commit is contained in:
James Graham
2026-02-12 17:33:32 +00:00
parent 9f6853f771
commit c5457a893f
5 changed files with 12 additions and 5 deletions

View File

@@ -65,6 +65,11 @@ TestCase {
spyCursor.clear();
}
function cleanupTestCase(): void {
testHelper.textItem = null;
textItemHelper.textItem = null;
}
function test_item(): void {
compare(textItemHelper.textItem, textEdit);
compare(spyItem.count, 0);