revert 58d8ba4f45daf1f3be8d77720f531f43537ff2f8
All checks were successful
Sonarqube Scanner / Build and analyze (push) Successful in 1m19s
All checks were successful
Sonarqube Scanner / Build and analyze (push) Successful in 1m19s
revert fixed misconfigured test-path
This commit is contained in:
parent
58d8ba4f45
commit
a2845469e5
@ -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