Skip to content

Commit 27ba7d1

Browse files
Merge pull request #16 from monikakonieczna/Task-10-Perform-review-of-exisitng-code-state
Update project Structure in readme file
2 parents cd48926 + 7d2a84f commit 27ba7d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,11 @@ npm run test:sanity
7676
- src/interfaces/: TypeScript interfaces for typing and structure definitions.
7777
- src/test_data/: Sample data for tests.
7878
- src/tests/: Contains all test files.
79-
- setupTests.ts: A setup file for Jest, which runs before each test to load environment variables from .env file.
79+
- src/setupTests.ts: A setup file for Jest, which runs before each test to load environment variables from .env file.
8080
- jest.config.ts: Jest configuration file for test runner settings.
8181
- tsconfig.json: TypeScript configuration file that defines how the TypeScript compiler should behave.
82+
- .gitignore: This file specifies which files and directories should be ignored by Git.
83+
- package.json: This is the core file for any Node.js project. It contains metadata about the project, including dependencies, scripts, and versioning.
8284

8385
## Third-Party Libraries
8486
### Jest Runner Groups

0 commit comments

Comments
 (0)