Skip to content

Commit

Permalink
moved from jasmine to jest (#151)
Browse files Browse the repository at this point in the history
* moved from jasmine to jest

Signed-off-by: Antonio Mendoza Pérez <antmendoza@gmail.com>

* removed log

Signed-off-by: Antonio Mendoza Pérez <antmendoza@gmail.com>
  • Loading branch information
antmendoza authored Dec 5, 2021
1 parent 1a71da4 commit c8b7f76
Show file tree
Hide file tree
Showing 8 changed files with 7,102 additions and 1,366 deletions.
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node'
};
Loading

0 comments on commit c8b7f76

Please sign in to comment.