Clean up whitespace in CouchDB factory and add coverage directory to gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -37,3 +37,6 @@ couchdb-data/
|
|||||||
test-results/
|
test-results/
|
||||||
playwright-report/
|
playwright-report/
|
||||||
playwright/.cache/
|
playwright/.cache/
|
||||||
|
|
||||||
|
# Test coverage reports
|
||||||
|
coverage/
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ const createDbService = () => {
|
|||||||
if (isProduction()) {
|
if (isProduction()) {
|
||||||
try {
|
try {
|
||||||
// Use dynamic require to avoid TypeScript resolution issues
|
// Use dynamic require to avoid TypeScript resolution issues
|
||||||
|
|
||||||
const {
|
const {
|
||||||
CouchDBService: RealCouchDBService,
|
CouchDBService: RealCouchDBService,
|
||||||
} = require('./couchdb.production');
|
} = require('./couchdb.production');
|
||||||
|
|||||||
Reference in New Issue
Block a user