fixed misconfigured test-path
Some checks failed
Sonarqube Scanner / Build and analyze (push) Failing after 18s
Some checks failed
Sonarqube Scanner / Build and analyze (push) Failing after 18s
This commit is contained in:
parent
8fa62fe0c6
commit
58d8ba4f45
@ -4,7 +4,7 @@ import os from 'node:os';
|
|||||||
import path from 'node:path';
|
import path from 'node:path';
|
||||||
import { spawn } from 'node:child_process';
|
import { spawn } from 'node:child_process';
|
||||||
import test from 'node:test';
|
import test from 'node:test';
|
||||||
import { startLocalWriteAuthProxy } from '../test-support/local-write-auth-proxy.js';
|
import { startLocalWriteAuthProxy } from './test-support/local-write-auth-proxy.js';
|
||||||
|
|
||||||
const root = path.resolve(import.meta.dirname, '..');
|
const root = path.resolve(import.meta.dirname, '..');
|
||||||
const LOCAL_API_URL = 'http://127.0.0.1:47145';
|
const LOCAL_API_URL = 'http://127.0.0.1:47145';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user