tidy up, removing leftover indexeddb files
This commit is contained in:
parent
7ad66d455a
commit
8e38fab727
|
@ -1,13 +0,0 @@
|
|||
module.exports = () => ({
|
||||
datastore: "local",
|
||||
datastoreConfig: {
|
||||
rootPath: "./myapps/.data",
|
||||
},
|
||||
keys: ["secret1", "secret2"],
|
||||
port: 4001,
|
||||
latestPackagesFolder: "./myapps",
|
||||
extraMasterPlugins: {},
|
||||
dev: true,
|
||||
customizeMaster: appDefinition => appDefinition,
|
||||
useAppRootPath: true,
|
||||
})
|
|
@ -1,12 +1,5 @@
|
|||
<<<<<<< HEAD
|
||||
const couchdb = require("../../../../db")
|
||||
const createClientDb = require("../../../../db/initialiseClientDb")
|
||||
|
||||
const CLIENT_DB_ID = "client-testing"
|
||||
=======
|
||||
const CouchDB = require("../../../../db");
|
||||
const CLIENT_DB_ID = "client-testing";
|
||||
>>>>>>> fixing tests
|
||||
const TEST_APP_ID = "test-app";
|
||||
|
||||
exports.createModel = async (instanceId, model) => {
|
||||
|
|
Loading…
Reference in New Issue