File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -195,9 +195,7 @@ export async function getQuestionRaw(question: string): Promise<QuestionRaw> {
195
195
const cache = localCache . getQuestionCacheJson ( ) ;
196
196
const { lastUpdated } = cache [ question ] || { } ;
197
197
return deepmerge ( DEFAULT_RAW , {
198
- [ QuestionFiles . check ] : {
199
- content : testCases . replace ( / ( \/ \/ ) .* @ t s - e x p e c t - e r r o r \s + / g, '' ) ,
200
- } ,
198
+ [ QuestionFiles . check ] : { content : testCases } ,
201
199
[ QuestionFiles . template ] : { content : lastUpdated ?? template } ,
202
200
} ) ;
203
201
}
Original file line number Diff line number Diff line change @@ -5469,7 +5469,7 @@ relateurl@^0.2.7:
5469
5469
resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
5470
5470
integrity sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==
5471
5471
5472
- remark-gfm@^3 :
5472
+ remark-gfm@^3.0.1 :
5473
5473
version "3.0.1"
5474
5474
resolved "https://registry.yarnpkg.com/remark-gfm/-/remark-gfm-3.0.1.tgz#0b180f095e3036545e9dddac0e8df3fa5cfee54f"
5475
5475
integrity sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==
You can’t perform that action at this time.
0 commit comments