mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
10 lines
402 B
TypeScript
10 lines
402 B
TypeScript
import '@app/__test__/setup/env-setup.js';
|
|
// import './setup/mock-fs-setup';
|
|
import '@app/__test__/setup/keyserver-mock.js';
|
|
import '@app/__test__/setup/config-setup.js';
|
|
import '@app/__test__/setup/store-reset.js';
|
|
import '@app/__test__/setup/api-json-backup.js';
|
|
|
|
// This file is automatically loaded by Vitest before running tests
|
|
// It imports all the setup files that need to be run before tests
|