0.1.5 • Published 7 months ago

openrct2-mocks v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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.

  1. Open command prompt, use cd to change your current directory to the root folder of this project.
  2. Run npm install.
  3. Run npm run build (release build) or npm run build:dev (develop build) to build the project.
    • The default output folder for the package is (project directory)/dist and can be changed in rollup.config.js.
0.1.4

7 months ago

0.1.5

7 months ago

0.1.3

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

3 years ago