We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f79f6 commit 8d76c10Copy full SHA for 8d76c10
__tests__/Readme.md
@@ -49,7 +49,9 @@ module.exports = {
49
// Mock get context
50
HTMLCanvasElement.prototype.getContext = () => {};
51
```
52
-5. use `npm run test` to run jest tests
+5. update data base info inside test_settings.json
53
+
54
+6. use `npm run test` to run jest tests
55
56
### Contributing
57
__tests__/test_settings.json
@@ -3,7 +3,7 @@
3
[
4
"chronosDB",
5
"MongoDB",
6
- "mongodb+srv://troyprejusa:[email protected]/test?retryWrites=true&w=majority",
+ "PUT YOUR MONGO URI HERE",
7
"",
8
"Dec 19, 2022 4:50 PM"
9
]
0 commit comments