@sugarcube/plugin-test
v0.42.1
Published
Plugins useful for testing SugarCube.
Downloads
20
Maintainers
Readme
@sugarcube/plugin-test
Plugins to test aspects of SugarCube.
Installation
npm install --save @sugarcube/plugin-test
Plugins
test_generate
Generate random data using the data
generator from the @sugarcube/test
package.
Configuration Options:
test.data_size
: Specify the amount of units to generate. The actual number of units produced can be less than specified because units with duplicate_sc_id_hash
values are merged.