mirror of
https://github.com/plume-sig/zk-nullifier-sig.git
synced 2026-01-10 21:38:05 -05:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
|
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
}; |