fix(test): All tests are working with vitest [DXJ-306] (#291)

This commit is contained in:
Pavel
2023-03-23 16:10:51 +04:00
committed by GitHub
parent 9345040b87
commit 58ad3ca6f6
22 changed files with 589 additions and 1011 deletions

View File

@ -0,0 +1,3 @@
import { copyFileSync } from 'fs';
copyFileSync('./dist/marine/worker-script/index.js', './src/marine/worker-script/index.js');