Skip to content

Commit 939a4a1

Browse files
committed
fix: localize hardcoded alert() strings and fix GraphicsBlocks tests
1 parent f61bc6b commit 939a4a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

js/blocks/__tests__/GraphicsBlocks.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ describe("GraphicsBlocks", () => {
8080
};
8181

8282
activity = {
83-
blocks: {},
83+
blocks: {
84+
blockList: {}
85+
},
8486
errorMsg: jest.fn(),
8587
turtles: {
8688
companionTurtle: jest.fn(() => 0),

0 commit comments

Comments
 (0)