Skip to content

Commit 49bacb9

Browse files
authored
chore: update jest repo organisation in urls (#14413)
1 parent 25a8785 commit 49bacb9

File tree

329 files changed

+746
-746
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

329 files changed

+746
-746
lines changed

.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module.exports = {
128128
rules: {
129129
'@typescript-eslint/ban-types': [
130130
'error',
131-
// TODO: remove these overrides: https://github.com/facebook/jest/issues/10177
131+
// TODO: remove these overrides: https://github.com/jestjs/jest/issues/10177
132132
{types: {Function: false, object: false, '{}': false}},
133133
],
134134
'local/ban-types-eventually': [

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 👉 [Please follow one of these issue templates](https://github.com/facebook/jest/issues/new/choose) 👈
1+
## 👉 [Please follow one of these issue templates](https://github.com/jestjs/jest/issues/new/choose) 👈
22

33
<!-- Love Jest? Please consider supporting our collective: 👉 https://opencollective.com/jest/donate -->
44

.github/ISSUE_TEMPLATE/bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ body:
4141
label: Version
4242
description: |
4343
The version of Jest you are using.
44-
Is it the [latest](https://github.com/facebook/jest/releases)? Test and see if the bug has already been fixed.
44+
Is it the [latest](https://github.com/jestjs/jest/releases)? Test and see if the bug has already been fixed.
4545
placeholder: ex. 27.0.6
4646
validations:
4747
required: true

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Jest is one of Facebook's open-source projects that is both under very active development and is also being used to ship code to everybody on [Facebook.com](https://www.facebook.com). We're still working out the kinks to make contributing to this project as easy and transparent as possible, but we're not quite there yet. Hopefully, this document makes the process for contributing clear and answers some questions that you may have.
44

5-
If you want an already configured online IDE to contribute to Jest, you can use [Gitpod](https://gitpod.io/#https://github.com/facebook/jest)!
5+
If you want an already configured online IDE to contribute to Jest, you can use [Gitpod](https://gitpod.io/#https://github.com/jestjs/jest)!
66

77
## [Code of Conduct](https://code.facebook.com/codeofconduct)
88

@@ -131,7 +131,7 @@ Ran all test suites.
131131

132132
## Checking Constraints
133133

134-
We use [Yarn Constraints](https://yarnpkg.com/features/constraints) to enforce various rules across the repository. They are declared inside the [`constraints.pro` file](https://github.com/facebook/jest/blob/main/constraints.pro) and their purposes are documented with comments.
134+
We use [Yarn Constraints](https://yarnpkg.com/features/constraints) to enforce various rules across the repository. They are declared inside the [`constraints.pro` file](https://github.com/jestjs/jest/blob/main/constraints.pro) and their purposes are documented with comments.
135135

136136
Constraints can be checked with `yarn constraints`, and fixed with `yarn constraints --fix`. Generally speaking:
137137

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<a href="https://badge.fury.io/js/jest">
33
<img src="https://badge.fury.io/js/jest.svg" alt="npm version">
44
</a>
5-
<a href="https://github.com/facebook/jest/blob/main/LICENSE">
5+
<a href="https://github.com/jestjs/jest/blob/main/LICENSE">
66
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Jest is released under the MIT license." />
77
</a>
88
<a href="https://twitter.com/intent/follow?screen_name=jestjs_">
99
<img src="https://img.shields.io/twitter/follow/jestjs_.svg?style=social&label=Follow%20@jestjs_" alt="Follow on Twitter" />
1010
</a>
1111
</p>
1212
<p align="center">
13-
<a href="https://github.com/facebook/jest/actions/workflows/nodejs.yml"><img alt="GitHub CI Status" src="https://img.shields.io/github/actions/workflow/status/facebook/jest/nodejs.yml?label=CI&logo=GitHub"></a>
13+
<a href="https://github.com/jestjs/jest/actions/workflows/nodejs.yml"><img alt="GitHub CI Status" src="https://img.shields.io/github/actions/workflow/status/facebook/jest/nodejs.yml?label=CI&logo=GitHub"></a>
1414
<a href="https://codecov.io/github/facebook/jest"><img alt="Coverage Status" src="https://img.shields.io/codecov/c/github/facebook/jest/main.svg?maxAge=43200"></a>
1515
</p>
1616
<p align="center">
17-
<a href="https://gitpod.io/#https://github.com/facebook/jest"><img alt="Gitpod ready-to-code" src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod"></a>
17+
<a href="https://gitpod.io/#https://github.com/jestjs/jest"><img alt="Gitpod ready-to-code" src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod"></a>
1818
</p>
1919

2020
<!-- A spacer -->
@@ -229,13 +229,13 @@ Learn more about using [Jest on the official site!](https://jestjs.io)
229229

230230
## Badge
231231

232-
Show the world you're using _Jest_ `` [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![jest tested](https://img.shields.io/badge/Jest-tested-eee.svg?logo=jest&labelColor=99424f)](https://github.com/facebook/jest) [![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
232+
Show the world you're using _Jest_ `` [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/jestjs/jest) [![jest tested](https://img.shields.io/badge/Jest-tested-eee.svg?logo=jest&labelColor=99424f)](https://github.com/jestjs/jest) [![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/jestjs/jest)
233233

234234
<!-- prettier-ignore -->
235235
```md
236-
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg?logo=jest)](https://github.com/facebook/jest)
237-
[![jest tested](https://img.shields.io/badge/Jest-tested-eee.svg?logo=jest&labelColor=99424f)](https://github.com/facebook/jest)
238-
[![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
236+
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg?logo=jest)](https://github.com/jestjs/jest)
237+
[![jest tested](https://img.shields.io/badge/Jest-tested-eee.svg?logo=jest&labelColor=99424f)](https://github.com/jestjs/jest)
238+
[![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/jestjs/jest)
239239
```
240240

241241
## Contributing
@@ -250,15 +250,15 @@ Facebook has adopted a Code of Conduct that we expect project participants to ad
250250

251251
Read our [contributing guide](CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Jest.
252252

253-
### [Good First Issues](https://github.com/facebook/jest/labels/good%20first%20issue)
253+
### [Good First Issues](https://github.com/jestjs/jest/labels/good%20first%20issue)
254254

255-
To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first issues](https://github.com/facebook/jest/labels/good%20first%20issue) that contain bugs which have a relatively limited scope. This is a great place to get started.
255+
To help you get your feet wet and get you familiar with our contribution process, we have a list of [good first issues](https://github.com/jestjs/jest/labels/good%20first%20issue) that contain bugs which have a relatively limited scope. This is a great place to get started.
256256

257257
## Credits
258258

259259
This project exists thanks to all the people who [contribute](CONTRIBUTING.md).
260260

261-
<a href="https://github.com/facebook/jest/graphs/contributors"><img src="https://opencollective.com/jest/contributors.svg?width=890&button=false" /></a>
261+
<a href="https://github.com/jestjs/jest/graphs/contributors"><img src="https://opencollective.com/jest/contributors.svg?width=890&button=false" /></a>
262262

263263
### [Backers](https://opencollective.com/jest#backer)
264264

constraints.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gen_enforced_field(WorkspaceCwd, 'license', null) :-
4343
% Enforces the repository field for all public workspaces while removing it from private workspaces
4444
gen_enforced_field(WorkspaceCwd, 'repository.type', 'git') :-
4545
\+ workspace_field(WorkspaceCwd, 'private', true).
46-
gen_enforced_field(WorkspaceCwd, 'repository.url', 'https://github.com/facebook/jest.git') :-
46+
gen_enforced_field(WorkspaceCwd, 'repository.url', 'https://github.com/jestjs/jest.git') :-
4747
\+ workspace_field(WorkspaceCwd, 'private', true).
4848
gen_enforced_field(WorkspaceCwd, 'repository.directory', WorkspaceCwd) :-
4949
\+ workspace_field(WorkspaceCwd, 'private', true).

docs/CodeTransformation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Jest will cache the result of a transformation and attempt to invalidate that re
1313

1414
## Defaults
1515

16-
Jest ships with one transformer out of the box &ndash; [`babel-jest`](https://github.com/facebook/jest/tree/main/packages/babel-jest#setup). It will load your project's Babel configuration and transform any file matching the `/\.[jt]sx?$/` RegExp (in other words, any `.js`, `.jsx`, `.ts` or `.tsx` file). In addition, `babel-jest` will inject the Babel plugin necessary for mock hoisting talked about in [ES Module mocking](ManualMocks.md#using-with-es-module-imports).
16+
Jest ships with one transformer out of the box &ndash; [`babel-jest`](https://github.com/jestjs/jest/tree/main/packages/babel-jest#setup). It will load your project's Babel configuration and transform any file matching the `/\.[jt]sx?$/` RegExp (in other words, any `.js`, `.jsx`, `.ts` or `.tsx` file). In addition, `babel-jest` will inject the Babel plugin necessary for mock hoisting talked about in [ES Module mocking](ManualMocks.md#using-with-es-module-imports).
1717

1818
:::tip
1919

@@ -134,7 +134,7 @@ type TransformerFactory<X extends Transformer> = {
134134

135135
:::note
136136

137-
The definitions above were trimmed down for brevity. Full code can be found in [Jest repo on GitHub](https://github.com/facebook/jest/blob/main/packages/jest-transform/src/types.ts) (remember to choose the right tag/commit for your version of Jest).
137+
The definitions above were trimmed down for brevity. Full code can be found in [Jest repo on GitHub](https://github.com/jestjs/jest/blob/main/packages/jest-transform/src/types.ts) (remember to choose the right tag/commit for your version of Jest).
138138

139139
:::
140140

0 commit comments

Comments
 (0)