()
| 10 | const runner = new TestRunner("Ace API Compatibility"); |
| 11 | |
| 12 | function getEditor() { |
| 13 | return editorManager?.editor; |
| 14 | } |
| 15 | |
| 16 | async function createTestFile(text = "") { |
| 17 | const EditorFile = acode.require("editorFile"); |
no outgoing calls
no test coverage detected