mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-08-18 19:27:54 -04:00
feat: my wallet
- transaction list - primary address and qr code - generate sub address - send and receive xmr --- Reviewed-by: @schowdhuri
This commit is contained in:
parent
500be9a7fd
commit
b40fe25930
101 changed files with 4328 additions and 50 deletions
|
@ -25,6 +25,7 @@ import viteConfig from "./vite.config";
|
|||
*/
|
||||
const config = mergeConfig(viteConfig, {
|
||||
test: {
|
||||
globalSetup: ["./tests/global-setup.ts"],
|
||||
setupFiles: ["../../tests/setup-tests.ts"],
|
||||
environment: "jsdom",
|
||||
include: ["./src/**/*.{test,spec}.{ts,tsx}"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue