[tests] Fix jest-haste-map: Haste module naming collision (#9317)

```
jest-haste-map: Haste module naming collision: app-three
The following files share their name; please adjust your hasteImpl:
  * <rootDir>/test/fixtures/33-hybrid-monorepo/backend/app-three/package.json
  * <rootDir>/test/fixtures/34-monorepo-no-workspaces/backend/app-three/package.json
```
This commit is contained in:
Steven
2023-01-25 19:59:39 -05:00
committed by GitHub
parent 49b4394c44
commit 2004e3d734
99 changed files with 80 additions and 138 deletions

View File

@@ -1,5 +1,4 @@
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",

View File

@@ -1,5 +1,4 @@
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",

View File

@@ -1,5 +1,4 @@
{
"name": "gatsby-v2",
"private": true,
"dependencies": {
"gatsby": "2.32.13",

View File

@@ -1,5 +1,4 @@
{
"name": "gatsby-v3",
"private": true,
"dependencies": {
"gatsby": "3.15.0",

View File

@@ -1,5 +1,4 @@
{
"name": "gatsby-v4",
"private": true,
"dependencies": {
"gatsby": "4.25.2",

View File

@@ -1,5 +1,4 @@
{
"name": "gatsby-v4",
"private": true,
"dependencies": {
"gatsby": "4.25.2",

View File

@@ -1,12 +1,5 @@
{
"name": "gatsby-v5",
"version": "1.0.0",
"private": true,
"description": "gatsby-v5",
"author": "Ethan Arrowood",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",