W.I.P.
A small mocking library including a set of mocks I use for writing unit tests for my OpenRCT2 plugins. The mocks try to mimic OpenRCT2 API behaviour as best as possible without actually running the game.
Requirements: Node, NPM.
- Open command prompt, use
cd
to change your current directory to the root folder of this project. - Run
npm install
. - Run
npm run build
(release build) ornpm run build:dev
(develop build) to build the project.- The default output folder for the package is
(project directory)/dist
and can be changed inrollup.config.js
.
- The default output folder for the package is