Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed Oct 23, 2024
1 parent 2de2c14 commit f8f0a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@hapi/hoek": "^11.0.2",
"mime-db": "^1.52.0"
"mime-db": "^1.53.0"
},
"devDependencies": {
"@hapi/code": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('Mimos', () => {
charset: 'UTF-8',
compressible: true,
extensions: ['js', 'mjs'],
type: 'application/javascript'
type: 'text/javascript'
});
});

Expand Down

0 comments on commit f8f0a85

Please sign in to comment.