UNPKG
node-auth-csrf
Version:
latest (0.1.1)
0.1.1
0.1.0
csrf protection for express application
github.com/node-auth/node-auth-csrf
node-auth/node-auth-csrf
node-auth-csrf
/
jest.config.js
5 lines
•
123 B
JavaScript
View Raw
1
2
3
4
5
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, };