We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62096bb + 6724412 commit 0423539Copy full SHA for 0423539
1 file changed
tests/api.spec.ts
@@ -310,19 +310,25 @@ describe('Requests to public API', () => {
310
{
311
files: 2,
312
isSupported: true,
313
- lang: 'Java',
+ lang: '.java',
314
type: 'SUPPORTED',
315
},
316
317
files: 1,
318
319
- lang: 'C++',
+ lang: '.Cpp',
320
321
322
323
- files: 7,
+ files: 6,
324
325
- lang: 'JavaScript',
+ lang: '.js',
326
+ type: 'SUPPORTED',
327
+ },
328
+ {
329
+ files: 1,
330
+ isSupported: true,
331
+ lang: '.jsx',
332
333
334
]);
0 commit comments