mirror of
https://github.com/blyssprivacy/sdk.git
synced 2026-04-26 03:00:13 -04:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
export default {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node",
|
|
};
|