Skip to content

Conversation

@samchungy
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Oct 22, 2025

🦋 Changeset detected

Latest commit: b000633

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR


describe('app', () => {
it('is importable', () => expect(app).toEqual({}));
it('is importable', () => expect(app).toBeDefined());
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was failing with:

AssertionError: expected { [Symbol(Symbol.toStringTag)]: 'Mod…' } to deeply equal {}

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.

3 participants