Skip to content

Commit c8b7f76

Browse files
authored
moved from jasmine to jest (#151)
* moved from jasmine to jest Signed-off-by: Antonio Mendoza Pérez <[email protected]> * removed log Signed-off-by: Antonio Mendoza Pérez <[email protected]>
1 parent 1a71da4 commit c8b7f76

File tree

8 files changed

+7102
-1366
lines changed

8 files changed

+7102
-1366
lines changed

jest.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
2+
module.exports = {
3+
preset: 'ts-jest',
4+
testEnvironment: 'node'
5+
};

0 commit comments

Comments
 (0)