[MIGRATION] - Moving mocha to jest

This commit is contained in:
VitoAlbano
2024-11-14 19:38:51 +00:00
committed by Vito Albano
parent 3cb250eeea
commit 76fecf705a
6 changed files with 966 additions and 4 deletions

4
jest.preset.js Normal file
View File

@@ -0,0 +1,4 @@
// eslint-disable
const nxPreset = require('@nx/jest/preset').default;
module.exports = {...nxPreset };