We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7475b commit 1ca9b33Copy full SHA for 1ca9b33
src/node/__tests__/volume/readSync.test.ts
@@ -46,7 +46,7 @@ describe('.readSync(fd, buffer, offset, length, position)', () => {
46
const bytes = vol.readSync(fd, uint8View, 0, 5, 0);
47
expect(bytes).toBe(5);
48
expect(new TextDecoder().decode(uint8View)).toBe('01234');
49
- })
+ });
50
51
xit('Negative tests', () => {});
52
0 commit comments