Skip to content

Commit 8f7eb3a

Browse files
committed
Update React Scripts and Remove Jest from devDependency
Fix Jest conflict from React Scripts - Jest was manually added originally due to this [issue](testing-library/react-testing-library#662). Latest update of React Scripts has a mroe recent update of Jest and we can safely move away from manually configuring Jest on our own.
1 parent 0a1fee3 commit 8f7eb3a

File tree

4 files changed

+1791
-3727
lines changed

4 files changed

+1791
-3727
lines changed

.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
SKIP_PREFLIGHT_CHECK=true

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ Install dependencies:
66
npm i
77
```
88

9-
IMPORTANT: Create a `.env` file and copy the keys and values from `.env.example`.
10-
119
Running the client server locally:
1210

1311
```bash
14-
npm run start:client
12+
npm run start
1513
```
1614

1715
Running tests:
@@ -20,7 +18,7 @@ Running tests:
2018
npm run test
2119
```
2220

23-
Note: Even if you aren't developing the backend, you should set up the the [backend](https://github.com/codebuddies/backend) and run it locally so that the frontend has a local API to talk to.
21+
Note: Even if you aren't developing the backend, you should set up the the [backend](https://github.com/codebuddies/backend) and run it locally so that the frontend has a local API to talk to.
2422

2523
## **Overview of Codebuddies**
2624

0 commit comments

Comments
 (0)