Skip to content

Commit 22a3379

Browse files
authored
Test File for the js/blocks/DictBlocks.js (#4464)
1 parent e985b4f commit 22a3379

File tree

2 files changed

+419
-0
lines changed

2 files changed

+419
-0
lines changed

js/blocks/DictBlocks.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,3 +456,6 @@ function setupDictBlocks(activity) {
456456
new SetDictBlock2().setup(activity);
457457
new GetDictBlock2().setup(activity);
458458
}
459+
if (typeof module !== "undefined" && module.exports) {
460+
module.exports = { setupDictBlocks };
461+
}

0 commit comments

Comments
 (0)