UNPKG

rg-stats

Version:

A library for calculating various rhythm game stats.

31 lines (25 loc) 1.46 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/jubility.test.ts TAP Inverse Jubility Tests > Should throw if the requested jubility is not possible on a chart of that level. 1`] = ` Invalid input, A jubility of 9000 is not possible on a chart with level 1. jubility=9000, level=1. ` exports[`src/algorithms/jubility.test.ts TAP Jubility Validation Tests > Should throw if chart level is negative. 1`] = ` Invalid input, Level cannot be negative. level=-1. ` exports[`src/algorithms/jubility.test.ts TAP Jubility Validation Tests > Should throw if music rate is > 120. 1`] = ` Invalid input, MusicRate cannot be greater than 120. musicRate=120.1. ` exports[`src/algorithms/jubility.test.ts TAP Jubility Validation Tests > Should throw if music rate is negative. 1`] = ` Invalid input, MusicRate cannot be negative. musicRate=-1. ` exports[`src/algorithms/jubility.test.ts TAP Jubility Validation Tests > Should throw if score is > 1million. 1`] = ` Invalid input, Score cannot be greater than 1million. score=1000001. ` exports[`src/algorithms/jubility.test.ts TAP Jubility Validation Tests > Should throw if score is negative. 1`] = ` Invalid input, Score cannot be negative. score=-1. `