Open videlais opened 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.
index.js
Current work:
Misc.js
test/Misc.test.js
window
Passage.js
Story.js
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:
Misc.js
test/Misc.test.js
and copied tests.window
Passage.js
Story.js