basic jest + typescript support

ref #17
This commit is contained in:
2020-12-05 18:49:09 +01:00
parent 5c259484ee
commit 8ae5cea631
3 changed files with 25 additions and 2 deletions

4
jest.config.js Normal file
View File

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