mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-25 22:25:58 +00:00
try fix ci again
This commit is contained in:
@@ -90,6 +90,7 @@ vi.mock("@/web/background/IPC", () => ({
|
||||
url.endsWith("api/trade2/data/stats") ||
|
||||
url.endsWith("api/trade2/data/items")
|
||||
) {
|
||||
console.warn("proxying", url);
|
||||
const filePath = path.resolve(__dirname, `data/${url.slice(-5)}.json`);
|
||||
const data = fs.readFileSync(filePath, "utf8");
|
||||
return {
|
||||
|
||||
@@ -1158,7 +1158,10 @@ describe("clientLog", () => {
|
||||
describe("local performance tests", () => {
|
||||
let lines: string[] = [];
|
||||
|
||||
beforeEach(() => {
|
||||
beforeEach(async () => {
|
||||
setupTests();
|
||||
await init("en");
|
||||
vi.clearAllMocks();
|
||||
const blob = fs.readFileSync(
|
||||
"C:/Program Files (x86)/Steam/steamapps/common/Path of Exile 2/logs/Client.txt",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user