Fix tests path

This commit is contained in:
igor725 2024-04-21 13:45:06 +03:00
parent 276eb13a1f
commit b1dedd42ba
No known key found for this signature in database
GPG Key ID: 46F13BBE46F8569D

View File

@ -3,7 +3,7 @@ import path from 'path';
import process, { argv } from 'process';
import { spawn } from 'child_process';
const testsDir = '_build/_Release/_Install';
const testsDir = '_build/_Install';
const runTest = (binary) => {
return new Promise((resolve) => {