Skip to content

Commit 8d76c10

Browse files
committed
remove db uri from testing_setting file and updated readme with instruction of setting up db
1 parent 28f79f6 commit 8d76c10

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

__tests__/Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ module.exports = {
4949
// Mock get context
5050
HTMLCanvasElement.prototype.getContext = () => {};
5151
```
52-
5. use `npm run test` to run jest tests
52+
5. update data base info inside test_settings.json
53+
54+
6. use `npm run test` to run jest tests
5355

5456
### Contributing
5557

__tests__/test_settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[
44
"chronosDB",
55
"MongoDB",
6-
"mongodb+srv://troyprejusa:[email protected]/test?retryWrites=true&w=majority",
6+
"PUT YOUR MONGO URI HERE",
77
"",
88
"Dec 19, 2022 4:50 PM"
99
]

0 commit comments

Comments
 (0)