- Created a new test file `channels.test.ts` to cover utilities related to channel configurations and targets. - Implemented tests for normalizing and grouping selected channels by type, as well as building channel targets from account data and cron history. - Mocked necessary dependencies to isolate tests and ensure accurate results. - Updated `vite.config.ts` to set up the testing environment with jsdom and enable global variables for tests.
8 lines
168 B
JavaScript
8 lines
168 B
JavaScript
"use strict";
|
|
require("electron");
|
|
require("./main-lgujyV0Y.js");
|
|
require("electron-squirrel-startup");
|
|
require("electron-log");
|
|
require("bytenode");
|
|
require("axios");
|