From 66062722f1fcb67ee1fbeb3a43c252a24c3dc92c Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Tue, 8 Feb 2022 17:52:05 +0100 Subject: [PATCH] Remove experimental warning from next/jest (#34096) ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint` --- packages/next/build/jest/jest.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/next/build/jest/jest.ts b/packages/next/build/jest/jest.ts index f410836890f8..88fd60b4854b 100644 --- a/packages/next/build/jest/jest.ts +++ b/packages/next/build/jest/jest.ts @@ -25,10 +25,6 @@ function loadClosestPackageJson(dir: string, attempts = 1): any { } } -console.warn( - '"next/jest" is currently experimental. https://nextjs.org/docs/messages/experimental-jest-transformer' -) - /* // Usage in jest.config.js const nextJest = require('next/jest');