run prettier format

This commit is contained in:
Fred K. Schott
2019-12-17 10:35:59 -08:00
parent 64e0d098e7
commit 2145c104fd
174 changed files with 4152 additions and 3228 deletions

View File

@@ -1,5 +1,5 @@
import assert from 'assert-diff'
import { TestSuite } from '../../utils'
import {TestSuite} from '../../utils'
/**
* Every test suite exports their tests in the default object.
@@ -22,7 +22,7 @@ export default <TestSuite>{
api.connection._send(
JSON.stringify({
command: 'config',
data: { highLoadFactor: true }
data: {highLoadFactor: true}
})
)
const fee = await api.getFee()
@@ -36,7 +36,7 @@ export default <TestSuite>{
api.connection._send(
JSON.stringify({
command: 'config',
data: { highLoadFactor: true }
data: {highLoadFactor: true}
})
)
const fee = await api.getFee()