Skip to content

Commit 3d986b8

Browse files
macabeusstasm
andauthored
Update fluent-react/test/use_localization.test.js
Co-Authored-By: Staś Małolepszy <stas@duzodobrze.pl>
1 parent 6cd2071 commit 3d986b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent-react/test/use_localization.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe("useLocalization", () => {
3434
`);
3535
});
3636

37-
test("useLocalization should exposes getString from ReactLocalization", () => {
37+
test("useLocalization exposes getString from ReactLocalization", () => {
3838
const bundle = new FluentBundle("en", { useIsolating: false });
3939
bundle.addResource(
4040
new FluentResource(`

0 commit comments

Comments
 (0)