Update parser to msc2644 and fix tests

This commit is contained in:
Jorik Schellekens
2020-08-06 14:49:33 +01:00
parent d951d73de8
commit 0aa273a8bc
6 changed files with 236 additions and 156 deletions
+4
View File
@@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};