diff --git a/jest.config.js b/jest.config.js index 9cf9027a8..cae628ad0 100644 --- a/jest.config.js +++ b/jest.config.js @@ -19,7 +19,7 @@ module.exports = { }, globals: { 'ts-jest': { - tsConfig: './tsconfig.test.json', + tsconfig: './tsconfig.test.json', }, }, }; diff --git a/src/testing/setup.ts b/src/testing/setup.ts index b988506bb..b7f872ddb 100644 --- a/src/testing/setup.ts +++ b/src/testing/setup.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -import 'jest-preset-angular'; +import 'jest-preset-angular/setup-jest'; import { setCreateSingletonMethodProxy, setSingletonsInjector } from '@singletons';