SmartTokenLabs / token-negotiator

The token-negotiator is an NPM package designed for use with TokenScript.
MIT License
19 stars 11 forks source link

Feature/text config #852

Closed nicktaras closed 11 months ago

github-actions[bot] commented 11 months ago

Coverage report

❌ An unexpected error occurred. For more details, check console

Error: The process '/opt/hostedtoolcache/node/16.20.2/x64/bin/npm' failed with exit code 1
St.:grey_question:
Category Percentage Covered / Total
πŸ”΄ Statements 38.78% 1458/3760
πŸ”΄ Branches 25.4% 457/1799
πŸ”΄ Functions 38.51% 191/496
πŸ”΄ Lines 39.35% 1247/3169

Test suite run failed

Failed tests: 1/84. Failed suites: 1/9.
``` ● client spec β€Ί tokenNegotiatorClient method solanaAvailable will return false with no window.solana instance expect(received).toBe(expected) // Object.is equality Expected: false Received: true 222 | test('tokenNegotiatorClient method solanaAvailable will return false with no window.solana instance', () => { 223 | const tokenNegotiatorClient = getOnChainSolanaConfigClient() > 224 | expect(tokenNegotiatorClient.hasIssuerForBlockchain('solana')).toBe(false) | ^ 225 | }) 226 | 227 | test('tokenNegotiatorClient method solanaAvailable should show Solana', () => { at Object. (src/client/__tests__/client.spec.ts:224:66) ```

Report generated by πŸ§ͺjest coverage report action from 7a5d629c10c6be3faaae17115be5dbbe61666d37