Skip to content

Commit b996c19

Browse files
committed
style: linted
1 parent 6780419 commit b996c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/tests/chain-interact.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {execSync} from 'child_process'
33
import * as fs from 'fs'
44
import * as path from 'path'
55
import * as os from 'os'
6-
import {killProcessAtPort, isNodeosAvailable} from '../utils/test-helpers'
6+
import {isNodeosAvailable, killProcessAtPort} from '../utils/test-helpers'
77

88
suite('Chain Interaction', () => {
99
const cliPath = path.join(__dirname, '../../lib/cli.js')

test/tests/e2e-workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as os from 'os'
66
import {ABI, APIClient, FetchProvider, Serializer} from '@wharfkit/antelope'
77
import fetch from 'node-fetch'
88
import {log} from '../../src/utils'
9-
import {killProcessAtPort, isNodeosAvailable} from '../utils/test-helpers'
9+
import {isNodeosAvailable, killProcessAtPort} from '../utils/test-helpers'
1010

1111
/**
1212
* E2E tests for the complete workflow:

0 commit comments

Comments
 (0)