port tests to node 18 test module; remove zora dep

This commit is contained in:
Brandon Liu
2022-11-22 20:38:14 +08:00
parent f457724da1
commit 47d35484fc
9 changed files with 778 additions and 221 deletions

View File

@@ -6,7 +6,8 @@
"moduleResolution": "node",
"paths": {
},
"types": []
"types": ["node"],
"allowSyntheticDefaultImports": true
},
"include": ["*.ts","test/*.ts"]
}