mirror of
https://github.com/actions/typescript-action.git
synced 2025-12-20 06:56:35 +00:00
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:
@@ -2,7 +2,6 @@ import {wait} from '../src/wait'
|
||||
import * as process from 'process'
|
||||
import * as cp from 'child_process'
|
||||
import * as path from 'path'
|
||||
import {expect, test} from '@jest/globals'
|
||||
|
||||
test('throws invalid number', async () => {
|
||||
const input = parseInt('foo', 10)
|
||||
|
||||
Reference in New Issue
Block a user