mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
try to get the backend building again
This commit is contained in:
parent
f0ddb3e3f9
commit
592a095544
@ -1,6 +1,5 @@
|
||||
import { calculateDecay } from './decay'
|
||||
|
||||
|
||||
describe('utils/decay', () => {
|
||||
it.skip('has base 0.99999997802044727', async () => {
|
||||
const now = new Date()
|
||||
|
||||
@ -54,4 +54,4 @@ async function calculateDecayWithInterval(
|
||||
return result
|
||||
}
|
||||
|
||||
export default { calculateDecay, calculateDecayWithInterval }
|
||||
export { calculateDecay, calculateDecayWithInterval }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user