Skip to content

Commit 0f49706

Browse files
authored
Merge pull request #42 from larecg/FixTSTypo
Removed incorrect semicolon in type definition
2 parents a9171e9 + 919d748 commit 0f49706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class Runner extends EventEmitter {
3232
export interface JestSettings {
3333
jestVersionMajor: number;
3434
configs: JestConfig.ProjectConfig[];
35-
};
35+
}
3636

3737
export function getSettings(workspace: ProjectWorkspace, options?: Options): Promise<JestSettings>;
3838

0 commit comments

Comments
 (0)