Skip to content

Commit

Permalink
test(tree): Remove unused test utils (microsoft#22544)
Browse files Browse the repository at this point in the history
## Description

Remove test utilities that are not used (and have not been used for over
a year)

## Breaking Changes

None
  • Loading branch information
yann-achard-MS authored Sep 17, 2024
1 parent b1bd18c commit fc0a441
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 81 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import { testCompose } from "./compose.test.js";
import { testInvert } from "./invert.test.js";
import { testMarkListFactory } from "./markListFactory.test.js";
import { testGenerateRandomChange } from "./randomChangeGenerator.test.js";
import { testRebase } from "./rebase.test.js";
import { testRelevantRemovedRoots } from "./relevantRemovedRoots.test.js";
import { testReplaceRevisions } from "./replaceRevisions.test.js";
Expand All @@ -27,7 +26,6 @@ import { testGetNestedChanges } from "./sequenceGetNestedChanges.test.js";

describe("SequenceField", () => {
testEditor();
testGenerateRandomChange();
testUtils();
testMarkListFactory();
testInvert();
Expand Down

0 comments on commit fc0a441

Please sign in to comment.