Fix tests
This commit is contained in:
parent
65acd9076c
commit
6e27435092
4 changed files with 4 additions and 8 deletions
|
|
@ -2,7 +2,7 @@ const fs = require('fs');
|
|||
const path = require('path');
|
||||
|
||||
// Read the actual WASM file and convert to base64 for testing
|
||||
const wasmPath = path.join(__dirname, '../../pkg/reconcile_bg.wasm');
|
||||
const wasmPath = path.join(__dirname, '../../pkg/reconcile_text_bg.wasm');
|
||||
const wasmBuffer = fs.readFileSync(wasmPath);
|
||||
const wasmBase64 = wasmBuffer.toString('base64');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue