Skip to content

Commit

Permalink
fix framegaurd test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Arrowood committed Jul 28, 2020
1 parent d3eb7d1 commit 60d9c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const app = fastify();
app.register(fastifyHelmet);
app.register(fastifyHelmet, {});
app.register(fastifyHelmet, { frameguard: false });
app.register(fastifyHelmet, { frameguard: true });
app.register(fastifyHelmet, { frameguard: { action: 'something' } });

const appWithHttp2 = fastify({ http2: true });
appWithHttp2.register(fastifyHelmet, {});
Expand Down

0 comments on commit 60d9c3a

Please sign in to comment.