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