We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfb082 commit 8779560Copy full SHA for 8779560
src/__tests__/mode.ts
@@ -14,7 +14,7 @@ const defaultVariant: Variant = Variant.DEFAULT
14
const defaultExternal: string = 'NONE'
15
16
// define session
17
-const session = ace.createEditSession('', DefaultMode)
+const session = ace.createEditSession('', new DefaultMode.Mode())
18
19
// tested token types
20
const CATEGORY = {
0 commit comments