HenrikSydow / rpg_engine

A simple rpg game engine written in typescript.
1 stars 0 forks source link

Unit Tests #23

Closed HenrikSydow closed 1 year ago

HenrikSydow commented 1 year ago

Since jest is not compatible with the project structure at the current state, write a custom test module / framework and add some tests.

(Might use Jest in the future)