Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

chore: fixes tests #97

Merged
merged 3 commits into from
Aug 23, 2023
Merged

chore: fixes tests #97

merged 3 commits into from
Aug 23, 2023

Conversation

PierreDemailly
Copy link
Member

Due to the beforeEach this test was broken (because lang was set to french)

it("should return english by default", async() => {
  assert.strictEqual(await i18n.getLocalLang(), "english");
});

@fraxken fraxken merged commit 85492e0 into main Aug 23, 2023
5 checks passed
@PierreDemailly PierreDemailly deleted the fix-tests branch August 24, 2023 07:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants