Skip to content

Commit e866916

Browse files
committed
test case for load
1 parent 4af63b4 commit e866916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ test("load mutiple locale data", () => {
264264
const localesMore = {
265265
"en-US": enUSMore,
266266
};
267-
intl.load(localesMore); // promise?
267+
intl.load(localesMore);
268268
expect(intl.get("MORE")).toBe("More data");
269269
});
270270

0 commit comments

Comments
 (0)