try to get the backend building again

This commit is contained in:
Moriz Wahl 2021-10-01 13:16:00 +02:00
parent 99ce2b2b2e
commit e7213611eb
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import { calculateDecay } from './decay'
describe('utils/decay', () => {
it.skip('has base 0.99999997802044727', async () => {
const now = new Date()

View File

@ -52,4 +52,4 @@ async function calculateDecayWithInterval(
return result
}
export default { calculateDecay, calculateDecayWithInterval }
export { calculateDecay, calculateDecayWithInterval }