UNPKG

rg-stats

Version:

A library for calculating various rhythm game stats.

27 lines (22 loc) 1.25 kB
/* 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/wacca-rate.test.ts TAP WACCA Inverse Rate Validation Tests > Should throw if level is negative. 1`] = ` Invalid input, Chart level cannot be negative. level=-1. ` exports[`src/algorithms/wacca-rate.test.ts TAP WACCA Inverse Rate Validation Tests > Should throw if rate is impossible. 1`] = ` Invalid input, A rate of 100 is not possible on a chart of level 1. rate=100, level=1. ` exports[`src/algorithms/wacca-rate.test.ts TAP WACCA Rate Validation Tests > Should throw if level is negative. 1`] = ` Invalid input, Chart level cannot be negative. level=-1. ` exports[`src/algorithms/wacca-rate.test.ts TAP WACCA Rate Validation Tests > Should throw if score is greater than 1million. 1`] = ` Invalid input, Score cannot be greater than 1million. score=1000001. ` exports[`src/algorithms/wacca-rate.test.ts TAP WACCA Rate Validation Tests > Should throw if score is negative. 1`] = ` Invalid input, Score cannot be negative. score=-1. `