You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use promisify, remove wrapper function
* Add support for Linux Mint >= 17
- set "getos" version to git from hasezoey/getos with branch "symlink"
* Update getos?
* Remove commented out code
* remove "async" again
* More cleanup
add "unkown" to getLinuxOSVersionString matching
add "a = b" (whitespace) support for -release files
add function "isLinuxOS"
add structure comment to "getLinuxInfomation"
add extra case for archlinux
add tsdoc to some functions
* Upgrade typescript & ts-jest versions
apply npm run lint -- --fix
more cleanup
* chore: update dependencies
* chore: update eslint configs
* remove "debug: true"
* replace all "/data" with "tmpDir.name"
move "tmp.setGracefulCleanup();" call outside, like other tests
* add "tmp.setGracefulCleanup();" to "resolve-config-test"
* adding cleanup script to clean form all old code & old version of mongodb
* fix lint
Co-authored-by: Pablo Damnhorns <[email protected]>
Copy file name to clipboardExpand all lines: package.json
+15-14Lines changed: 15 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,23 @@
5
5
"description": "In-memory MongoDB Server. Designed with testing in mind, the server will allow you to connect your favourite ODM or client library to the MongoDB Server and run integration tests isolated from each other.",
0 commit comments