openrct2-mocks
v0.1.6
Published
Unit test mocks for OpenRCT2 plugins.
Readme
Unit test mocks for OpenRCT2 plugins
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.
Building the source code
Requirements: Node, NPM.
- Open command prompt, use
cdto 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)/distand can be changed inrollup.config.js.
- The default output folder for the package is
