>>> @0xcert/ethereum-order-gateway npm run lint && npx nyc npx specron test > @0xcert/ethereum-order-gateway@1.8.1 lint /Users/xpepermint/Work/0xcert/repositories/framework/packages/0xcert-ethereum-order-gateway > npx tslint 'src/**/*.ts?(x)' src/tests/index.test.ts exposes objects ⚑ ⚑ src/tests/core/order-gateway/cancel-instance-method.test.ts marks orderGateway order as canceled on the network which prevents an transfers to be swapped ⚑ ⚑ ⚑ 1615ms src/tests/core/order-gateway/get-order-data-claim-instance-method.test.ts gets order data claim ⚑ src/tests/core/order-gateway/get-proxy-account-id-instance-method.test.ts returns proxy account address ⚑ ⚑ ⚑ ⚑ returns null when calling getProxyAccountId on a contract that does not support it ⚑ src/tests/core/order-gateway/is-valid-signature-instance-method.test.ts check if signature is valid ⚑ src/tests/core/order-gateway/perform-instance-method.test.ts submits orderGateway order to the network which executes transfers ⚑ ⚑ ⚑ ⚑ 519ms submits dynamic orderGateway order to the network which executes transfers ⚑ ⚑ ⚑ ⚑ 516ms handles fixed order without receiver ⚑ ⚑ handles fixed order without null receiver ⚑ ⚑ handles fixed order without sender ⚑ handles fixed order with null sender ⚑ handles dynamic order without sender and receiver ⚑ handles dynamic order without null sender and null receiver ⚑ src/tests/lib/order/normalize-order-ids-method.test.ts converts addresses to checksum addresses ⚑ 15 passing --------------------------|----------|----------|----------|----------|-------------------| File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s | --------------------------|----------|----------|----------|----------|-------------------| All files | 94.68 | 79.71 | 93.75 | 94.65 | | src | 100 | 100 | 100 | 100 | | index.ts | 100 | 100 | 100 | 100 | | src/core | 94.12 | 66.67 | 90.91 | 94.12 | | gateway.ts | 92.86 | 50 | 90 | 92.86 | 34,69 | types.ts | 100 | 100 | 100 | 100 | | src/lib | 96.59 | 80.33 | 100 | 96.55 | | order.ts | 96.59 | 80.33 | 100 | 96.55 | 104,108,112 | src/mutations | 100 | 100 | 100 | 100 | | cancel.ts | 100 | 100 | 100 | 100 | | perform.ts | 100 | 100 | 100 | 100 | | src/queries | 88.1 | 100 | 80 | 88.1 | | claim-eth-sign.ts | 100 | 100 | 100 | 100 | | claim-personal-sign.ts | 40 | 100 | 0 | 40 | 11,12,16 | get-order-data-claim.ts | 90.91 | 100 | 100 | 90.91 | 27 | get-proxy-account-id.ts | 100 | 100 | 100 | 100 | | is-valid-signature.ts | 91.67 | 100 | 100 | 91.67 | 29 | --------------------------|----------|----------|----------|----------|-------------------|