videlais / snowman

An advanced Twine 2 story format designed for people who already know JavaScript and CSS
MIT License
130 stars 35 forks source link

Snowman 2.X: Separate unit testing per file #861

Open videlais opened 2 months ago

videlais commented 2 months ago

Previously, all unit testing was part of a single index.js file. This was far from efficient or well-organized. Each unit should be in its own file.

Current work: