aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.ts
blob: b60b86705a0e4cbf17c4dc72b0511f1565e75cc5 (plain) (blame)
1
2
3
4
5
6
import edge from 'edge.js'

export function fakeCsrfField(): void {
  // Create fake csrField function in the view
  edge.global('csrfField', () => '')
}