This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 831
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unit test typescriptification - editor utils (#8226)
* editor/mock ts Signed-off-by: Kerry Archibald <[email protected]> * test/editor/serialize-test.js -> test/editor/serialize-test.ts Signed-off-by: Kerry Archibald <[email protected]> * fix ts in serialize-test Signed-off-by: Kerry Archibald <[email protected]> * test/editor/range-test.js -> test/editor/range-test.ts Signed-off-by: Kerry Archibald <[email protected]> * test/editor/position-test.js -> test/editor/position-test.ts Signed-off-by: Kerry Archibald <[email protected]> * fix position-test Signed-off-by: Kerry Archibald <[email protected]> * test/editor/operations-test.js -> test/editor/operations-test.ts Signed-off-by: Kerry Archibald <[email protected]> * test/editor/model-test.js -> test/editor/model-test.ts Signed-off-by: Kerry Archibald <[email protected]> * fix ts in model-test Signed-off-by: Kerry Archibald <[email protected]> * test/editor/history-test.js -> test/editor/history-test.ts Signed-off-by: Kerry Archibald <[email protected]> * fix ts in history-test Signed-off-by: Kerry Archibald <[email protected]> * test/editor/diff-test.js -> test/editor/diff-test.ts Signed-off-by: Kerry Archibald <[email protected]> * test/editor/deserialize-test.js -> test/editor/deserialize-test.ts Signed-off-by: Kerry Archibald <[email protected]> * ts in deserialize-test Signed-off-by: Kerry Archibald <[email protected]> * test/editor/caret-test.js -> test/editor/caret-test.ts Signed-off-by: Kerry Archibald <[email protected]> * ts caret-test Signed-off-by: Kerry Archibald <[email protected]>
- Loading branch information
Kerry
authored
Apr 6, 2022
1 parent
efb44e1
commit b9da225
Showing
11 changed files
with
112 additions
and
90 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.