Commit 8e5dad3
committed
test: expand VFS provider and promises test coverage
- Expand test-vfs-provider-memory.js with comprehensive tests:
- Provider instantiation and VFS creation
- File operations (read, write, append, copy, rename, unlink)
- Directory operations (mkdir, rmdir, readdir, recursive mkdir)
- Stat/lstat operations with error handling
- Symlink operations (symlink, readlink, lstat)
- File handle operations (sync and async)
- Mounting tests
- Readonly mode tests (sync and async)
- Add promises.symlink and promises.readlink tests to
test-vfs-promises.js for complete promises API coverage1 parent 7a18822 commit 8e5dad3
File tree
2 files changed
+586
-0
lines changed- test/parallel
2 files changed
+586
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
378 | 404 | | |
379 | 405 | | |
380 | 406 | | |
| |||
0 commit comments