Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add totalSize and totalCount values to VFS stats #66

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix spaces between properties and values
mahsa shadi committed Aug 4, 2022
commit 991c8930286a112beaa09c112352cb9042834e5d
8 changes: 4 additions & 4 deletions __tests__/adapters/vfs/system.js
Original file line number Diff line number Diff line change
@@ -92,8 +92,8 @@ describe('VFS System adapter', () => {
isFile: true,
isDirectory: false,
mime: 'application/octet-stream',
totalCount:null,
totalSize:null
totalCount: null,
totalSize: null
});
});

@@ -109,8 +109,8 @@ describe('VFS System adapter', () => {
isFile: false,
isDirectory: true,
mime: null,
totalCount:0,
totalSize:0
totalCount: 0,
totalSize: 0
});
});

17,779 changes: 21 additions & 17,758 deletions package-lock.json

Large diffs are not rendered by default.