Fix usage of JOSE library in OIDC test as part of JOSE upgrade

This commit is contained in:
Jonah Back
2021-01-18 14:39:53 -08:00
parent 02140eb89a
commit c43d148556
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
},
"jest": {
"moduleNameMapper": {
"^jose/(.*)$": "<rootDir>/../node_modules/jose/dist/node/cjs/$1"
"^jose/(.*)$": "<rootDir>/../../../node_modules/jose/dist/node/cjs/$1"
}
},
"keywords": [