This commit is contained in:
2023-07-02 01:05:56 -07:00
parent aa10137061
commit 6c7a6a1825

4
jest.config.ts Normal file
View File

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