Enable tests

This commit is contained in:
Andras Schmelczer 2025-04-02 21:07:14 +01:00
parent 426e9f07b7
commit 565372b526
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -0,0 +1,3 @@
module.exports = {
preset: "ts-jest/presets/js-with-babel-esm"
};