start the path to rust
This commit is contained in:
@@ -3,7 +3,7 @@ import * as net from 'net';
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
import { startTestServer, stopTestServer } from '../../helpers/server.loader.ts'
|
||||
import type { ITestServer } from '../../helpers/server.loader.ts';
|
||||
import type { ITestServer } from '../../helpers/server.loader.js';
|
||||
const TEST_PORT = 2525;
|
||||
const SAMPLE_FILES_DIR = path.join(process.cwd(), '.nogit', 'sample-files');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user