Skip to content

Commit 39a5e71

Browse files
committed
jest v.26
1 parent ee082b7 commit 39a5e71

File tree

4 files changed

+4720
-3625
lines changed

4 files changed

+4720
-3625
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Your finished project must include all of the following requirements (further in
4242
- Do not exceed 2^8 rounds of hashing with `bcryptjs`.
4343
- If you use environment variables make sure to provide fallbacks in the code (e.g. `process.env.SECRET || "shh"`).
4444
- You are welcome to create additional files but **do not move or rename existing files** or folders.
45-
- Do not alter your `package.json` file except to install extra libraries. The "test" script has been added for you.
45+
- Do not alter your `package.json` file except to install extra libraries. Do not update existing packages.
4646
- The database already has the `users` table, but if you run into issues, the migration is available.
4747
- In your solution, it is essential that you follow best practices and produce clean and professional results.
4848
- Schedule time to review, refine, and assess your work and perform basic professional polishing including spell-checking and grammar-checking on your work.

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
// bail: 0,
1212

1313
// The directory where Jest should store its cached dependency information
14-
// cacheDirectory: "/private/var/folders/lt/x47ypyy92w30y6qmfp78dvyr0000gn/T/jest_dx",
14+
// cacheDirectory: "/private/var/folders/78/wsw4bc497l1b0dlb3f77xh380000gn/T/jest_dx",
1515

1616
// Automatically clear mock calls and instances between every test
1717
// clearMocks: false,

0 commit comments

Comments
 (0)