try to get the backend building again

This commit is contained in:
Moriz Wahl 2021-10-01 13:16:00 +02:00 committed by einhornimmond
parent f0ddb3e3f9
commit 592a095544
2 changed files with 1 additions and 2 deletions

View File

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

View File

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