Skip to content

Conversation

@O-Bots
Copy link
Collaborator

@O-Bots O-Bots commented Nov 15, 2025

Clean

@vercel
Copy link

vercel bot commented Nov 15, 2025

@O-Bots is attempting to deploy a commit to the Compass Team on Vercel.

A member of the Team first needs to authorize it.

@codecov
Copy link

codecov bot commented Nov 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@O-Bots O-Bots requested a review from MartinBraquet November 15, 2025 14:54
@O-Bots O-Bots marked this pull request as draft November 15, 2025 15:05
@O-Bots O-Bots marked this pull request as ready for review November 17, 2025 18:43
import * as constants from "common/envs/constants";
import { AuthedUser } from "api/helpers/endpoint";

describe.skip('getSupabaseToken', () => {
Copy link
Member

@MartinBraquet MartinBraquet Nov 22, 2025

Choose a reason for hiding this comment

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

Change to something like that:

Suggested change
describe.skip('getSupabaseToken', () => {
describe('getSupabaseToken', () => {
it('skip', () => {})

To fix:


FAIL tests/unit/get-supabase-token.unit.test.ts
  ● Test suite failed to run

    Your test suite must contain at least one test.

After that, all the tests should pass.

@vercel
Copy link

vercel bot commented Nov 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
compass Ready Ready Preview Comment Nov 23, 2025 7:55am

@MartinBraquet
Copy link
Member

MartinBraquet commented Nov 23, 2025

All tests pass! Is it ready for review or do you want to add or modify some tests?

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.

2 participants