Skip to content

Commit

Permalink
- updated selenium so it works with latest versions of nodejs
Browse files Browse the repository at this point in the history
- updated pouchdb to 8.0.1
- dropped pouchdb-promise, replaced by native Promises
- dropped pouchdb-memory, replaced by pouchdb-adapter-memory
- fixed http tests to reflect CouchdDb's recent lastSeq behavior
  • Loading branch information
paolosanchi committed Jul 20, 2023
1 parent 56f0511 commit db645b6
Show file tree
Hide file tree
Showing 7 changed files with 828 additions and 1,081 deletions.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"afterEach",
"it",
"emit"
]
],
"esnext": true
}
Loading

0 comments on commit db645b6

Please sign in to comment.