mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-22 20:31:32 +00:00
fix(test): All tests are working with vitest [DXJ-306] (#291)
This commit is contained in:
3
packages/core/js-peer/copy-worker-script-workaround.mjs
Normal file
3
packages/core/js-peer/copy-worker-script-workaround.mjs
Normal file
@ -0,0 +1,3 @@
|
||||
import { copyFileSync } from 'fs';
|
||||
|
||||
copyFileSync('./dist/marine/worker-script/index.js', './src/marine/worker-script/index.js');
|
Reference in New Issue
Block a user