Skip to content

Update FCL to v1.10.1 & Fix CI #466

Update FCL to v1.10.1 & Fix CI

Update FCL to v1.10.1 & Fix CI #466

GitHub Actions / Tests annotations (🧪 jest-coverage-report-action) failed May 22, 2024 in 0s

Test suite run failed

Failed tests: 1/111. Failed suites: 1/15.

Details

Created failed tests' annotations. To disable them, see documentation.

  ● dev tests › should return proper offset, when changed

    thrown: undefined

      268 | describe("dev tests", () => {
      269 |   // Instantiate emulator and path to Cadence files
    > 270 |   beforeEach(async () => {
          |   ^
      271 |     const base = path.resolve(__dirname, "../../cadence")
      272 |     await init(base)
      273 |     return emulator.start()

      at test/integration/utilities.test.js:270:3
      at Object.<anonymous> (test/integration/utilities.test.js:268:1)

Annotations

Check failure on line 286 in test/integration/utilities.test.js

See this annotation in the file changed.

@github-actions github-actions / Tests annotations (🧪 jest-coverage-report-action)

dev tests > should return proper offset, when changed

Error: thrown: undefined
    at /home/runner/work/flow-js-testing/flow-js-testing/test/integration/utilities.test.js:270:3
    at _dispatchDescribe (/home/runner/work/flow-js-testing/flow-js-testing/node_modules/jest-circus/build/index.js:97:26)
    at describe (/home/runner/work/flow-js-testing/flow-js-testing/node_modules/jest-circus/build/index.js:60:5)
    at Object.<anonymous> (/home/runner/work/flow-js-testing/flow-js-testing/test/integration/utilities.test.js:268:1)
    at Runtime._execModule (/home/runner/work/flow-js-testing/flow-js-testing/node_modules/jest-runtime/build/index.js:1641:24)
    at Runtime._loadModule (/home/runner/work/flow-js-testing/flow-js-testing/node_modules/jest-runtime/build/index.js:1195:12)
    at Runtime.requireModule (/home/runner/work/flow-js-testing/flow-js-testing/node_modules/jest-runtime/build/index.js:1019:12)
    at jestAdapter (/home/runner/work/flow-js-testing/flow-js-testing/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:13)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at runTestInternal (/home/runner/work/flow-js-testing/flow-js-testing/node_modules/jest-runner/build/runTest.js:389:16)