UNPKG

rg-stats

Version:

A library for calculating various rhythm game stats.

27 lines (22 loc) 1.36 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/gitadora-skill.test.ts TAP GITADORA Inverse Skill Validation Tests > Should throw if level provided was negative 1`] = ` Invalid input, Chart Level cannot be negative. level=-1. ` exports[`src/algorithms/gitadora-skill.test.ts TAP GITADORA Inverse Skill Validation Tests > Should throw if skill provided was negative 1`] = ` Invalid input, Skill cannot be negative. skill=-1. ` exports[`src/algorithms/gitadora-skill.test.ts TAP GITADORA Inverse Skill Validation Tests > Should throw if the skill provided was not possible on this chart. 1`] = ` Invalid input, A skill level of 9000 is not possible on a chart with level 1. skill=9000, level=1. ` exports[`src/algorithms/gitadora-skill.test.ts TAP GITADORA Skill Validation Tests > Should throw if level provided was negative 1`] = ` Invalid input, Chart Level cannot be negative. level=-1. ` exports[`src/algorithms/gitadora-skill.test.ts TAP GITADORA Skill Validation Tests > Should throw if skill provided was negative 1`] = ` Invalid input, Score Percent cannot be negative. scorePercent=-1. `