Skip to content

Commit ff6f170

Browse files
committed
address comment: update folder
1 parent 14afaa9 commit ff6f170

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When adding new features or fixing bugs, please ensure that you also add tests t
6363

6464
## Running Tests
6565

66-
The tests can be found in the `__tests__` directory.
66+
The tests can be found in the `tests` directory.
6767

6868
You can run tests using the following npm scripts:
6969

File renamed without changes.

tsconfig.jest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"isolatedModules": true,
77
"allowSyntheticDefaultImports": true
88
},
9-
"include": ["src/**/*.ts", "__tests__/**/*.ts"]
9+
"include": ["src/**/*.ts", "tests/**/*.ts"]
1010
}

0 commit comments

Comments
 (0)