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