finos / FDC3

An open standard for the financial desktop.
https://fdc3.finos.org
Other
187 stars 109 forks source link

Deprecation notice for Jest config #1234

Closed kriswest closed 3 days ago

kriswest commented 3 days ago

I note the following deprecation notice when running the FDC3 module tests:

> @finos/fdc3@2.1.0 test
> jest --verbose

ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},
ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do
transform: {
    <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],
},

https://github.com/finos/FDC3/blob/34147168e369baf67678fd34882d1a4bf88ebd84/jest.config.js#L4-L12