Skip to content

Conversation

@cpcallen
Copy link
Collaborator

@cpcallen cpcallen commented Feb 6, 2023

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Resolves

Fixes #6824.

Proposed Changes

Use en.js instead of messages.js in tests.

Reason for Changes

messages.js is not intended to be used this way. Also: we want to test build output.

Additional Information

This change had already been made (by PR #6475 amongst other) to most of the tests, but there were a couple of stragglers that still mentioned messages.js.

This change had already been made (by PR RaspberryPiFoundation#6475 amongst other) to
most of the tests, but there were a couple of stragglers that
still mentioned messages.js.

Fixes RaspberryPiFoundation#6824.
@cpcallen cpcallen marked this pull request as ready for review February 6, 2023 17:43
@cpcallen cpcallen requested a review from a team as a code owner February 6, 2023 17:43
@cpcallen cpcallen requested a review from maribethb February 6, 2023 17:43
@github-actions github-actions bot added PR: fix Fixes a bug and removed PR: fix Fixes a bug labels Feb 6, 2023
@cpcallen cpcallen merged commit d808c06 into RaspberryPiFoundation:develop Feb 7, 2023
@cpcallen cpcallen deleted the fix/6824-en.js-not-messages.js branch February 7, 2023 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modify tests to load build/msg/en.js instead of msg/messages.js

2 participants