Skip to content

Merge pull request #1 from ubq-testing/development #3

Merge pull request #1 from ubq-testing/development

Merge pull request #1 from ubq-testing/development #3

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

Test suite run failed

Failed tests: 0/0. Failed suites: 1/1.

Details

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

  ● Test suite failed to run

    Supabase URL and Key are required

      22 |
      23 | if (!url || !key) {
    > 24 |   throw new Error("Supabase URL and Key are required");
         |         ^
      25 | }
      26 |
      27 | beforeAll(() => {

      at Object.<anonymous> (tests/main.test.ts:24:9)