fixed calculations for poster defaults, added tests (#102)

This commit is contained in:
Arwid Thornström
2022-01-12 11:24:06 +01:00
committed by GitHub
parent 6741e82479
commit ea086568d0
3 changed files with 2995 additions and 3157 deletions
+1
View File
@@ -1,4 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
verbose: true,
};