Skip to content

Commit

Permalink
Add worker.js into the proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken authored Nov 28, 2024
1 parent b160d4a commit 730fb44
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions karma.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ module.exports = function(config) {

],

proxies: {
'/volume-meter-processor.js': '/base/src/main/js/volume-meter-processor.js'
},
proxies: [
{'/volume-meter-processor.js': '/base/src/main/js/volume-meter-processor.js'},
{'/worker.js': '/base/src/main/js/worker.js'}
],

reporters: ['progress', 'coverage'],

Expand Down

0 comments on commit 730fb44

Please sign in to comment.