Skip to content

Commit

Permalink
fix(packages/sui-test-contract): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Oct 16, 2023
1 parent 96e120a commit 18ee05c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/sui-test-contract/test/server/setupSpec.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import {expect} from 'chai'

import {FetcherFactory} from '@s-ui/domain'
import mock from '@s-ui/mock'
import {rest} from '@s-ui/mock'

import {setupContractTests} from '../../src/index.js'
import {getContractFileData, removeContractFiles} from '../utils.js'

const {rest} = mock

const fetcher = FetcherFactory.httpFetcher({config: {}})
const consumer = 'test-consumer'
const fujiAppleResponse = {color: 'red', type: 'Fuji'}
Expand Down

0 comments on commit 18ee05c

Please sign in to comment.