Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/text config #852

Merged
merged 2 commits into from
Sep 29, 2023
Merged

Feature/text config #852

merged 2 commits into from
Sep 29, 2023

Conversation

nicktaras
Copy link
Collaborator

No description provided.

@nicktaras nicktaras merged commit 5fd6bc5 into staging Sep 29, 2023
1 check failed
@github-actions
Copy link

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.
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.<anonymous> (src/client/__tests__/client.spec.ts:224:66)

Report generated by 🧪jest coverage report action from 7a5d629

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant