Skip to content

Commit

Permalink
test: deprecate old loads fixtures functions (#15554)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Ladzaretti committed May 12, 2022
1 parent bc9eef2 commit d50856b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ const expressJson = Fixtures.get('express.json', './common');
const mimeJson = Fixtures.get('mime.json', './package-lock');
const serveStaticJson = Fixtures.get('serve-static.json', './package-lock');
const sendJson = Fixtures.get('send.json', './package-lock');
const typeIsJson = JSON.parse(Fixtures.get('type-is.json', './package-lock'));
const typeIsJson = Fixtures.getJson('type-is.json', './package-lock');
const bundledPackageJson = Fixtures.get(
'bundled.package.json',
'./package-lock'
Expand Down

0 comments on commit d50856b

Please sign in to comment.