Skip to content

fix types for jest.config.base.js (using @jest/types package)

Administrator requested to merge sqs/jest-config-types into main

Created by: sqs

The jest.InitialOptions type in the jsdoc comment did not exist anymore. It is now in the @jest/types package that this commit imports.

(Steps: yarn add -D @jest/types && fastmod -e js jest.InitialOptions "import('@jest/types').Config.InitialOptions")

Merge request reports

Loading