mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
ci: run lint tests (#1603)
* turn on lint tests * remove tsc * fix errors in src/utils/hashes * fix linter errors in src/utils * fix lint issues in test/ * resolve lint issues in src/client * resolve dependency cycle * resolve other linting issues in src/models * resolve rest of linting issues * fix tests * fix linting errors in test/integration * fix rest of linting issues * fix test name
This commit is contained in:
@@ -12,11 +12,8 @@ import {
|
||||
TrustSet,
|
||||
TrustSetTransactionFlags,
|
||||
} from 'xrpl-local'
|
||||
|
||||
import {
|
||||
isFlagEnabled,
|
||||
setTransactionFlagsToNumber,
|
||||
} from '../../src/models/utils'
|
||||
import { isFlagEnabled } from 'xrpl-local/models/utils'
|
||||
import setTransactionFlagsToNumber from 'xrpl-local/models/utils/flags'
|
||||
|
||||
/**
|
||||
* Utils Testing.
|
||||
|
||||
Reference in New Issue
Block a user