Commit 87550fc
committed
test(fs): unskip safeDelete and safeDeleteSync tests
The 'del' module resolution issues have been resolved. The tests
now pass successfully with the vendored del wrapper in src/external/del.js
and the del 8.0.1 devDependency.
Test results:
- safeDelete: 5 tests (all passing)
- safeDeleteSync: 4 tests (all passing)
- Total: 9 previously skipped tests now running
The module resolution works correctly through the external wrapper:
src/external/del.js → require('del') → node_modules/del1 parent 54de91a commit 87550fc
1 file changed
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
737 | | - | |
738 | | - | |
739 | | - | |
740 | | - | |
| 737 | + | |
741 | 738 | | |
742 | 739 | | |
743 | 740 | | |
| |||
812 | 809 | | |
813 | 810 | | |
814 | 811 | | |
815 | | - | |
816 | | - | |
817 | | - | |
818 | | - | |
| 812 | + | |
819 | 813 | | |
820 | 814 | | |
821 | 815 | | |
| |||
0 commit comments