uncomment code
This commit is contained in:
parent
9cebd859f8
commit
b94a964775
|
@ -15,13 +15,13 @@ let POUCH_DB_DEFAULTS = {
|
|||
skip_setup: env.isProd(),
|
||||
}
|
||||
|
||||
// if (env.isTest()) {
|
||||
// PouchDB.plugin(require("pouchdb-adapter-memory"))
|
||||
// POUCH_DB_DEFAULTS = {
|
||||
// prefix: undefined,
|
||||
// adapter: "memory",
|
||||
// }
|
||||
// }
|
||||
if (env.isTest()) {
|
||||
PouchDB.plugin(require("pouchdb-adapter-memory"))
|
||||
POUCH_DB_DEFAULTS = {
|
||||
prefix: undefined,
|
||||
adapter: "memory",
|
||||
}
|
||||
}
|
||||
|
||||
const Pouch = PouchDB.defaults(POUCH_DB_DEFAULTS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue