Skip to content

Commit

Permalink
Fix karma.conf for dexie-cloud-addon
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fahlander committed Feb 13, 2025
1 parent 7695c7e commit 5f4b807
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/dexie-cloud/test/unit/karma.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ module.exports = function (config) {
basePath: '../../../../',
files: karmaCommon.files.concat([
'dist/dexie.js',
'addons/Dexie.Observable/dist/dexie-observable.js',
'addons/Dexie.Syncable/dist/dexie-syncable.js',
'addons/dexie-cloud/node_modules/rxjs/dist/bundles/rxjs.umd.js',
'addons/dexie-cloud/test/unit/bundle.js',
{ pattern: 'addons/Dexie.Observable/dist/*.map', watched: false, included: false },
{ pattern: 'addons/Dexie.Syncable/dist/*.map', watched: false, included: false },
{ pattern: 'addons/dexie-cloud/test/*.map', watched: false, included: false },
{ pattern: 'addons/dexie-cloud/dist/*.map', watched: false, included: false }
])
});

cfg.hostname = 'localhost';
cfg.port = 9876;

config.set(cfg);
}

0 comments on commit 5f4b807

Please sign in to comment.