Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesboeufs committed Aug 31, 2023
1 parent 03d6064 commit f2bdcc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/analyze.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ describe('analyze', () => {
etag: token.etag,
lastModified: token.lastModified,
cacheControl: token.cacheControl,
fileSize: 28,
children: [],
fileTypes: [{
ext: 'html',
Expand Down
1 change: 1 addition & 0 deletions __tests__/http/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ describe('http', () => {
etag: token.etag,
lastModified: token.lastModified,
cacheControl: token.cacheControl,
fileSize: 97,
fileTypes: [{
ext: 'html',
mime: 'text/html',
Expand Down

0 comments on commit f2bdcc1

Please sign in to comment.