added jest and a new test

This commit is contained in:
Ken
2019-01-31 16:10:49 -08:00
parent 23aa611fea
commit 260b6177fe
4 changed files with 3485 additions and 2 deletions

4
jest.config.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node'
};