Skip to content

Conversation

@Vaeshkar
Copy link
Collaborator

No description provided.

dependabot bot and others added 3 commits November 1, 2025 13:50
Bumps [@storybook/addon-onboarding](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/onboarding) from 9.1.15 to 10.0.0.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.0.0/code/addons/onboarding)

---
updated-dependencies:
- dependency-name: "@storybook/addon-onboarding"
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@netlify
Copy link

netlify bot commented Nov 13, 2025

Deploy Preview for fireproof-ai-builder ready!

Name Link
🔨 Latest commit ae2b3fa
🔍 Latest deploy log https://app.netlify.com/projects/fireproof-ai-builder/deploys/69158f2ad452700008cb7162
😎 Deploy Preview https://deploy-preview-570--fireproof-ai-builder.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 57 (🔴 down 13 from production)
Accessibility: 98 (🔴 down 2 from production)
Best Practices: 92 (🔴 down 8 from production)
SEO: 92 (🟢 up 1 from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +5 to +8
it(
"should generate 30 unique slugs with no repeats",
{ timeout: 10000 },
() => {

Choose a reason for hiding this comment

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

P1 Badge Pass timeout as number, not options object

Vitest’s it signature is it(name, fn, timeout?), so the second argument must be the test function. Lines 5‑8 now pass an options object { timeout: 10000 } as the second parameter and the actual callback as the third, which causes Vitest to throw at runtime (TypeError: fn is not a function) and prevents the suite from running at all. If you need a longer timeout you must keep the callback as the second argument and pass 10000 as the third parameter (or use the newer test.runIf helpers).

Useful? React with 👍 / 👎.

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