Skip to content

Commit 5324860

Browse files
Merge pull request #30 from willhack/master
changed 'manualTests' to 'manual tests', DRYed out processing function
2 parents 4588662 + d725417 commit 5324860

File tree

7 files changed

+5076
-139
lines changed

7 files changed

+5076
-139
lines changed

jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
preset: 'ts-jest',
3+
testEnvironment: 'node',
4+
};

0 commit comments

Comments
 (0)