You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/ts/test/test-input.ts
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -111,21 +111,3 @@ class Corrected {
111
111
112
112
exportconstinput=newInput();
113
113
exportconstcorrected=newCorrected();
114
-
115
-
typeMissedWordsType=Record<string,number>;
116
-
// We're using Object.create(null) to make sure that __proto__ won't have any special meaning when it's used to index the missedWords object (so if a user mistypes the word __proto__ it will appear in the practise words test)
0 commit comments