Skip to content

Commit b6370ad

Browse files
committed
Confirming tests, added .nvmrc at Nodejs20.x
1 parent 46180cd commit b6370ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

tests/uri-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const invokeLambda = (uri, callback) => {
4848
}
4949

5050
test('Ensure open redirect does not occur', function (t) {
51-
t.plan(0);
51+
t.plan(1);
5252

5353
const uri = '/redirect//google.com/'
5454
const expectedUri = '/redirect/google.com'

0 commit comments

Comments
 (0)