Skip to content

Commit

Permalink
added comments on how to fix helmut issue 441. SEE helmetjs/helmet#441
Browse files Browse the repository at this point in the history
  • Loading branch information
George Badu committed Oct 13, 2023
1 parent 04945b0 commit 3aa414a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import {jest} from '@jest/globals'
import helmet from 'helmet'

/** uncomment //@ts-ignore below to fix */
/** //@ts-ignore */
helmet();

describe('Helmet Issue 441', () => {
it('fails on call to helmut() function', () => {
expect(true).toBe(true);
});
});
});

0 comments on commit 3aa414a

Please sign in to comment.