This commit is contained in:
Emanuel Rodriguez 2023-07-02 01:05:56 -07:00
parent aa10137061
commit 6c7a6a1825
1 changed files with 4 additions and 0 deletions

4
jest.config.ts Normal file
View File

@ -0,0 +1,4 @@
// jest.config.js
module.exports = {
preset: 'ts-jest',
};