Skip to content

Commit c98ac1f

Browse files
author
Gabriel Fournier
committed
test: remove skip marker
Going from types-only test to types & unexpected throw at initialization...
1 parent d1dbb0f commit c98ac1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ts-definitions.tests.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const { x5cSingle } = require('../tests/keys.js');
88
const jwksRsa: typeof jwksRsaType = require('../src');
99

1010
describe('typescript definition', () => {
11-
const jwksHost = 'http://my-authz-server';
11+
const jwksHost = 'http://localhost';
1212

1313
describe('hapiJwt2KeyAsync', () => {
1414
it('should return a secret provider function', async () => {
@@ -37,7 +37,7 @@ describe('typescript definition', () => {
3737
expect(key.kid).to.equal('NkFCNEE1NDFDNTQ5RTQ5OTE1QzRBMjYyMzY0NEJCQTJBMjJBQkZCMA');
3838
});
3939

40-
it.skip('Types-Only Validation with express-jwt', () => {
40+
it('Types-Only Validation with express-jwt', () => {
4141
expressjwt6({
4242
algorithms: ["RS256"],
4343
secret: jwksRsa.expressJwtSecret({

0 commit comments

Comments
 (0)