Skip to content

Commit

Permalink
fix path to build in test worker
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jan 1, 2020
1 parent 285d70d commit fcdb4fa
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 @@ -21,7 +21,7 @@ const reset = M => {

const { engineCapture } = require('./TestTools');
const MatterDev = stubBrowserFeatures(require('../src/module/main'));
const MatterBuild = stubBrowserFeatures(require('../build/Matter'));
const MatterBuild = stubBrowserFeatures(require('../build/matter'));
const Example = require('../examples/index');
const decomp = require('../demo/lib/decomp');

Expand Down

0 comments on commit fcdb4fa

Please sign in to comment.