Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
antey13 committed Oct 28, 2022
1 parent a53b839 commit 6934d02
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/js/test/plugins/auctionHouseModule/directBuy.test.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
import test, { Test } from 'tape';
import spok, { Specifications } from 'spok';
import { Keypair } from '@solana/web3.js';
import {
createNft,
createSft,
createWallet,
killStuckProcess,
metaplex, spokSameAmount, spokSamePubkey,
metaplex,
spokSameAmount,
spokSamePubkey,
} from '../../helpers';
import { createAuctionHouse } from './helpers';
import { sol, token } from '@/types';
import spok, { Specifications } from 'spok';
import { Purchase } from '@/plugins';
import { Keypair } from '@solana/web3.js';
import { Purchase } from '@/index';

killStuckProcess();

Expand Down

0 comments on commit 6934d02

Please sign in to comment.