Skip to content

Commit

Permalink
change test worker decomp require
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jan 22, 2021
1 parent 1af64eb commit 5e746b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ExampleWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const { engineCapture } = require('./TestTools');
const MatterDev = stubBrowserFeatures(require('../src/module/main'));
const MatterBuild = stubBrowserFeatures(require('../build/matter'));
const Example = require('../examples/index');
const decomp = require('../demo/lib/decomp');
const decomp = require('poly-decomp');

const runExample = options => {
const Matter = options.useDev ? MatterDev : MatterBuild;
Expand Down

0 comments on commit 5e746b0

Please sign in to comment.