Skip to content

Commit

Permalink
removing unwated files and environment related fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaMajmudar committed Nov 18, 2024
1 parent 63b6c14 commit cfacc4a
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 27 deletions.
22 changes: 0 additions & 22 deletions packages/caravan-wallets/jest.config.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/caravan-wallets/jest.setup.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/caravan-wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ci": "npm run lint && npm run test",
"dev": "npm run build -- --watch",
"test": "vitest --watch=false src",
"test:watch": "vitest --watch src",
"test:watch": "vitest --watch src ",
"test:debug": "node --inspect-brk vitest --runInBand",
"docs": "./bin/build-docs.sh",
"lint": "eslint src --ignore-pattern src/vendor"
Expand Down
2 changes: 2 additions & 0 deletions packages/caravan-wallets/src/__tests__/coldcard.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @vitest-environment jsdom

import {
ColdcardExportPublicKey,
ColdcardExportExtendedPublicKey,
Expand Down
2 changes: 2 additions & 0 deletions packages/caravan-wallets/src/__tests__/custom.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @vitest-environment jsdom

import {
CustomExportExtendedPublicKey,
CustomSignMultisigTransaction,
Expand Down
2 changes: 2 additions & 0 deletions packages/caravan-wallets/src/__tests__/hermit.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @vitest-environment jsdom

import { PENDING, INFO } from "../interaction";
import {
HermitExportExtendedPublicKey,
Expand Down
2 changes: 2 additions & 0 deletions packages/caravan-wallets/src/__tests__/interaction.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @vitest-environment jsdom

import {
UNSUPPORTED,
PENDING,
Expand Down
2 changes: 2 additions & 0 deletions packages/caravan-wallets/src/__tests__/ledger.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @vitest-environment jsdom

import { TEST_FIXTURES, ROOT_FINGERPRINT, Network } from "@caravan/bitcoin";
import { PENDING, ACTIVE, INFO, WARNING, ERROR } from "../interaction";
import {
Expand Down
2 changes: 2 additions & 0 deletions packages/caravan-wallets/src/__tests__/trezor.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @vitest-environment jsdom

import {
ROOT_FINGERPRINT,
TEST_FIXTURES,
Expand Down

0 comments on commit cfacc4a

Please sign in to comment.