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

Improve chain sorting tests #1237

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Open

Improve chain sorting tests #1237

wants to merge 10 commits into from

Conversation

stepanLav
Copy link
Member

No description provided.

@stepanLav stepanLav changed the title Feat/add chain sort tests Improve chain sorting tests Nov 10, 2023
Copy link
Contributor

github-actions bot commented Nov 10, 2023

Current coverage report

Summary

Lines Statements Branches Functions
Covered: 78%
77.77% (77/99) 52.38% (22/42) 75% (15/20)

Tests which was executed

Tests Skipped Failures Errors Time
15 0 💤 8 ❌ 0 🔥 16.508s ⏱️
Coverage by files (78%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files77.7752.387578.65 
lib74.3252.6366.6674.62 
   chainsService.ts74.3252.6366.6674.6244–57, 135–149
lib/__tests__885010090.9 
   TestHelpers.ts885010090.924, 53

Copy link
Contributor

Jest Unit tests results

Generic badge

Duration: 246.735 seconds
Start: 2023-11-10 07:26:34.072 UTC
Finish: 2023-11-10 07:30:40.807 UTC
Duration: 246.735 seconds
Outcome: Failed | Total Tests: 379 | Passed: 367 | Failed: 8
Total Test Suites: 136
Total Tests: 379
Failed Test Suites: 1
Failed Tests: 8
Passed Test Suites: 133
Passed Tests: 367
Pending Test Suites: 2
Pending Tests: 4
❌ service/chainsService should sort chains without prices - Polkadot => Kusama => Parachains => TestNets
Title: should sort chains without prices - Polkadot => Kusama => Parachains => TestNets
Status: failed
Location: null
Failure Messages:
TypeError: Cannot read properties of undefined (reading 'name')
    at forEach (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:69:26)
    at Array.forEach ()
    at Object.sortChains (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:68:10)
    at /home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/__tests__/chainsService.test.ts:35:40
    at Object. (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-each/build/bind.js:81:13)
    at Promise.then.completed (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise ()
    at callAsyncCircusFn (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:316:40)
    at async _runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:252:3)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:126:9)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:121:9)
    at async run (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:71:3)
    at async runAndTransformResultsToJestFormat (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at async jestAdapter (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:65:21)
    at async runTestInternal (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:277:22)
    at async runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:333:38)
❌ service/chainsService should sort chains without prices - Acala => 3DPass
Title: should sort chains without prices - Acala => 3DPass
Status: failed
Location: null
Failure Messages:
TypeError: Cannot read properties of undefined (reading 'name')
    at forEach (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:69:26)
    at Array.forEach ()
    at Object.sortChains (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:68:10)
    at /home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/__tests__/chainsService.test.ts:35:40
    at Object. (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-each/build/bind.js:81:13)
    at Promise.then.completed (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise ()
    at callAsyncCircusFn (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:316:40)
    at async _runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:252:3)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:126:9)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:121:9)
    at async run (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:71:3)
    at async runAndTransformResultsToJestFormat (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at async jestAdapter (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:65:21)
    at async runTestInternal (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:277:22)
    at async runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:333:38)
❌ service/chainsService Dotsama group with balances - Kusama 10$ => Polkadot 10$
Title: Dotsama group with balances - Kusama 10$ => Polkadot 10$
Status: failed
Location: null
Failure Messages:
Error: expect(received).toEqual(expected) // deep equality
  • Expected - 1
  • Received + 1

    Array [

  • "Kusama",
    "Polkadot",
  • "Kusama",
    ]
    at /home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/tests/chainsService.test.ts:64:53
    at Object. (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-each/build/bind.js:81:13)
    at Promise.then.completed (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise ()
    at callAsyncCircusFn (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:316:40)
    at async _runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:252:3)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:126:9)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:121:9)
    at async run (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:71:3)
    at async runAndTransformResultsToJestFormat (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at async jestAdapter (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:65:21)
    at async runTestInternal (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:277:22)
    at async runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:333:38)
❌ service/chainsService Parachain networks group with balances - Bifrost Kusama BNC 100$ => Interlay INTR 10$
Title: Parachain networks group with balances - Bifrost Kusama BNC 100$ => Interlay INTR 10$
Status: failed
Location: null
Failure Messages:
TypeError: Cannot read properties of undefined (reading 'assets')
    at forEach (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:109:31)
    at Array.forEach ()
    at Object.sortChainsByBalance (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:108:10)
    at /home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/__tests__/chainsService.test.ts:111:40
    at Object. (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-each/build/bind.js:81:13)
    at Promise.then.completed (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise ()
    at callAsyncCircusFn (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:316:40)
    at async _runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:252:3)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:126:9)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:121:9)
    at async run (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:71:3)
    at async runAndTransformResultsToJestFormat (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at async jestAdapter (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:65:21)
    at async runTestInternal (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:277:22)
    at async runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:333:38)
❌ service/chainsService Parachain networks group with balances - Interlay INTR 100$ => Bifrost Kusama BNC 10$
Title: Parachain networks group with balances - Interlay INTR 100$ => Bifrost Kusama BNC 10$
Status: failed
Location: null
Failure Messages:
TypeError: Cannot read properties of undefined (reading 'assets')
    at forEach (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:109:31)
    at Array.forEach ()
    at Object.sortChainsByBalance (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:108:10)
    at /home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/__tests__/chainsService.test.ts:111:40
    at Object. (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-each/build/bind.js:81:13)
    at Promise.then.completed (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise ()
    at callAsyncCircusFn (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:316:40)
    at async _runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:252:3)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:126:9)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:121:9)
    at async run (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:71:3)
    at async runAndTransformResultsToJestFormat (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at async jestAdapter (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:65:21)
    at async runTestInternal (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:277:22)
    at async runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:333:38)
❌ service/chainsService Parachain networks group with balances - Bifrost Kusama BNC 0.1$ => Interlay INTR 0.01$
Title: Parachain networks group with balances - Bifrost Kusama BNC 0.1$ => Interlay INTR 0.01$
Status: failed
Location: null
Failure Messages:
TypeError: Cannot read properties of undefined (reading 'assets')
    at forEach (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:109:31)
    at Array.forEach ()
    at Object.sortChainsByBalance (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:108:10)
    at /home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/__tests__/chainsService.test.ts:111:40
    at Object. (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-each/build/bind.js:81:13)
    at Promise.then.completed (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise ()
    at callAsyncCircusFn (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:316:40)
    at async _runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:252:3)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:126:9)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:121:9)
    at async run (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:71:3)
    at async runAndTransformResultsToJestFormat (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at async jestAdapter (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:65:21)
    at async runTestInternal (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:277:22)
    at async runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:333:38)
❌ service/chainsService Parachain networks group with balances - Bifrost Kusama BNC 0.1$ => Kusama Asset Hub KSM 0$
Title: Parachain networks group with balances - Bifrost Kusama BNC 0.1$ => Kusama Asset Hub KSM 0$
Status: failed
Location: null
Failure Messages:
TypeError: Cannot read properties of undefined (reading 'assets')
    at forEach (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:109:31)
    at Array.forEach ()
    at Object.sortChainsByBalance (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:108:10)
    at /home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/__tests__/chainsService.test.ts:111:40
    at Object. (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-each/build/bind.js:81:13)
    at Promise.then.completed (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise ()
    at callAsyncCircusFn (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:316:40)
    at async _runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:252:3)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:126:9)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:121:9)
    at async run (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:71:3)
    at async runAndTransformResultsToJestFormat (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at async jestAdapter (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:65:21)
    at async runTestInternal (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:277:22)
    at async runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:333:38)
❌ service/chainsService Parachain networks group with balances - Bifrost Kusama BNC 1$ => Polkadot Asset Hub DOT 0.1$
Title: Parachain networks group with balances - Bifrost Kusama BNC 1$ => Polkadot Asset Hub DOT 0.1$
Status: failed
Location: null
Failure Messages:
TypeError: Cannot read properties of undefined (reading 'assets')
    at forEach (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:109:31)
    at Array.forEach ()
    at Object.sortChainsByBalance (/home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/chainsService.ts:108:10)
    at /home/runner/work/nova-spektr/nova-spektr/src/renderer/entities/network/lib/__tests__/chainsService.test.ts:111:40
    at Object. (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-each/build/bind.js:81:13)
    at Promise.then.completed (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:298:28)
    at new Promise ()
    at callAsyncCircusFn (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/utils.js:231:10)
    at _callCircusTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:316:40)
    at async _runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:252:3)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:126:9)
    at async _runTestsForDescribeBlock (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:121:9)
    at async run (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/run.js:71:3)
    at async runAndTransformResultsToJestFormat (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at async jestAdapter (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:65:21)
    at async runTestInternal (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:277:22)
    at async runTest (/home/runner/work/nova-spektr/nova-spektr/node_modules/.pnpm/[email protected]/node_modules/jest-runner/build/runTest.js:333:38)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why file name in PascalCase?

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.

None yet

4 participants