1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

tidy up, removing leftover indexeddb files

This commit is contained in:
Martin McKeaveney 2020-04-24 18:10:33 +01:00
parent 749a16e8eb
commit 4ca506ebfe
2 changed files with 0 additions and 20 deletions

View file

@ -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,
})

View file

@ -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) => {