aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.ts
blob: db6edee5b4a13c152b78e9332598f552fa51306c (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', () => '');
}