Skip to content

Add test framework#177

Merged
NriotHrreion merged 2 commits intomainfrom
test/build-test-framework
Mar 2, 2026
Merged

Add test framework#177
NriotHrreion merged 2 commits intomainfrom
test/build-test-framework

Conversation

@NriotHrreion
Copy link
Member

No description provided.

@NriotHrreion NriotHrreion added the test Unit tests related label Mar 2, 2026
@NriotHrreion NriotHrreion marked this pull request as ready for review March 2, 2026 09:35
@NriotHrreion NriotHrreion merged commit e4828ca into main Mar 2, 2026
2 checks passed
@NriotHrreion NriotHrreion deleted the test/build-test-framework branch March 2, 2026 09:36
Copy link
Contributor

@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.

Reviewed commit: df469cf720

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +33 to +37
- name: Run lint
run: npm run lint

- name: Test building frontend
run: npm run build
- name: Run unit tests
run: npm run test
Copy link
Contributor

Choose a reason for hiding this comment

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

P1 Badge Reinstate frontend build step in CI

The frontend workflow no longer executes npm run build, so CI no longer validates next build and the bundle script defined in frontend/package.json. Lint and unit tests do not exercise full Next.js production compilation, so a page-level compile/type error or bundling regression can now merge undetected and only fail at release time when the production build is run.

Useful? React with 👍 / 👎.

@NriotHrreion NriotHrreion added the ci label Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci test Unit tests related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant