UNPKG

rg-stats

Version:

A library for calculating various rhythm game stats.

19 lines (16 loc) 902 B
/* IMPORTANT * This snapshot file is auto-generated, but designed for humans. * It should be checked into source control and tracked carefully. * Re-generate by setting TAP_SNAPSHOT=1 and running tests. * Make sure to inspect the output below. Do not ignore changes! */ 'use strict' exports[`src/algorithms/chunithm-rating.test.ts TAP CHUNITHM Rating Validation Tests > Should throw if chart level is negative. 1`] = ` Invalid input, Chart level cannot be negative. internalChartLevel=-1. ` exports[`src/algorithms/chunithm-rating.test.ts TAP CHUNITHM Rating Validation Tests > Should throw if your score is >= 1.01million. 1`] = ` Invalid input, Score cannot be greater than 1.01Million. score=1010001. ` exports[`src/algorithms/chunithm-rating.test.ts TAP CHUNITHM Rating Validation Tests > Should throw if your score is negative. 1`] = ` Invalid input, Score cannot be negative. score=-1. `