Skip to content

Commit

Permalink
chore: make test happy
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed May 14, 2024
1 parent d5e2265 commit 13e2774
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"eslint.experimental.useFlatConfig": true,
"typescript.tsdk": "node_modules\\typescript\\lib",
"[markdown]":{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down
2 changes: 1 addition & 1 deletion __tests__/stats/normal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export default createMockStats('normal.js',
moduleIds: [],
type: 'chunk'
}, [
{ id: 'normal.js', label: 'normal.js', statSize: getByteLen(code), parsedSize: getByteLen(code), mapSize: getByteLen(map) }
{ filename: 'normal.js', label: 'normal.js', statSize: getByteLen(code), parsedSize: getByteLen(code), mapSize: getByteLen(map) }
])

0 comments on commit 13e2774

Please sign in to comment.