This commit is contained in:
Antoni Kepinski 2020-04-13 13:42:35 +02:00
parent bb9c96de80
commit 55b6004581
No known key found for this signature in database
GPG Key ID: 215798E8B4A4FCDC
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ describe('Headers', () => {
res.g = {a: 1};
res.h = undefined;
res.i = null;
res.j = NaN;
res.j = Number.NaN;
res.k = true;
res.l = false;
res.m = Buffer.from('test');