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 11d34a7 commit 7e3cef5Copy full SHA for 7e3cef5
src/file.spec.ts
@@ -40,7 +40,7 @@ describe('toFile()', () => {
40
41
expect(Object.keys(fileWithPath)).toContain('path');
42
43
- const keys = [];
+ const keys: string[] = [];
44
for (const key in fileWithPath) {
45
keys.push(key);
46
}
@@ -83,7 +83,7 @@ describe('toFile()', () => {
83
84
expect(Object.keys(fileWithPath)).toContain('type');
85
86
87
88
89
0 commit comments