Skip to content

Commit

Permalink
chore: prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz committed Jan 16, 2025
1 parent 786aabd commit 98b5632
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/scaffold-ui/test/partials/w3m-activity-list.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { describe, it, vi, afterEach, beforeAll, expect } from 'vitest'
import { fixture } from '@open-wc/testing'
import type { W3mActivityList } from '../../src/partials/w3m-activity-list'
import { TransactionsController } from '@reown/appkit-core'
import { afterEach, beforeAll, describe, expect, it, vi } from 'vitest'

import type { Transaction, TransactionTransfer } from '@reown/appkit-common'
import { TransactionsController } from '@reown/appkit-core'

import type { W3mActivityList } from '../../src/partials/w3m-activity-list'
import { HelpersUtil } from '../utils/HelpersUtil'

// -- Constants -------------------------------------------- //
Expand Down

0 comments on commit 98b5632

Please sign in to comment.