Open Issues Need Help
View All on GitHub📁 A node library that generates .sb3 project files.
AI Summary: Move the example project (`example.ts`, `TestSound.wav`, `TestCostume.png`) from the `src` folder to the `tests/projects` folder, removing redundancy with the existing `tests/projects/simpleProject.ts` file.
📁 A node library that generates .sb3 project files.
AI Summary: Write unit tests for the Node.js library 'SB3 Generator' to verify that all functions in the `Costume`, `Project`, and `Variable` classes return the correct object instance (self) after each method call. This involves creating test cases for each function within these classes, ensuring that the returned object is of the expected type.
📁 A node library that generates .sb3 project files.
AI Summary: Refactor the unit tests for the SB3 Generator Node library to utilize a `beforeEach` function, thereby reducing redundant code and improving test efficiency.
📁 A node library that generates .sb3 project files.
AI Summary: Refactor the Node.js SB3 Generator library to move the `generateAllBlocks.ts` functionality (which creates test project files) into a separate, independently runnable script located in a `tests/projects` directory. This improves the library's organization and testability.
📁 A node library that generates .sb3 project files.