Skip to content

Commit fb53e60

Browse files
alokdevxalokdangre
andauthored
added test to BoxesBlocks.js (#4546)
* added test for boxesblocks.js * updated test file * correct eslint quotes error --------- Co-authored-by: Studycode001 <[email protected]>
1 parent 03a81a9 commit fb53e60

File tree

2 files changed

+395
-0
lines changed

2 files changed

+395
-0
lines changed

js/blocks/BoxesBlocks.js

+4
Original file line numberDiff line numberDiff line change
@@ -853,3 +853,7 @@ function setupBoxesBlocks(activity) {
853853
new Box1Block().setup(activity);
854854
new StoreBox1Block().setup(activity);
855855
}
856+
857+
if (typeof module !== "undefined" && module.exports) {
858+
module.exports = { setupBoxesBlocks };
859+
}

0 commit comments

Comments
 (0)