Resolving sync state issue, added tests

fixes #124
fixes #122
fixes #120
This commit is contained in:
SamKirkland
2020-11-23 01:22:34 -06:00
parent bc95d3edc3
commit 2a4e9b1312
10 changed files with 3961 additions and 245 deletions

3
jest.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
preset: "ts-jest"
};