diff --git a/codemirror/showhint-tests.ts b/codemirror/codemirror-showhint-tests.ts
similarity index 93%
rename from codemirror/showhint-tests.ts
rename to codemirror/codemirror-showhint-tests.ts
index b7378e0d68..b00333b29e 100644
--- a/codemirror/showhint-tests.ts
+++ b/codemirror/codemirror-showhint-tests.ts
@@ -1,5 +1,5 @@
///
-///
+///
var doc = new CodeMirror.Doc('text');
var pos = new CodeMirror.Pos(2, 3);
CodeMirror.showHint(doc);