fix: fixes jest globals type error

This commit makes sure that no '@jest/globals' types missing error is
thrown when working in vscode.
This commit is contained in:
Rick Staa
2022-07-15 09:37:48 +02:00
parent 569d785639
commit 922b4cbaff
3 changed files with 8 additions and 3 deletions

7
.gitignore vendored
View File

@ -96,4 +96,9 @@ Thumbs.db
# Ignore built ts files
__tests__/runner/*
lib/**/*
lib/**/*
# IDE files
.idea
.vscode
*.code-workspace