fix(tapbundle_serverside): use native fs promises to create the test files directory and write the downloaded alpine tarball
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-05-08 - 3.6.4 - fix(tapbundle_serverside)
|
||||
use native fs promises to create the test files directory and write the downloaded alpine tarball
|
||||
|
||||
- replaces smartfs directory and file writes with fs.promises.mkdir and fs.promises.writeFile in TestFileProvider
|
||||
- keeps recursive directory creation before saving the downloaded docker alpine image
|
||||
|
||||
## 2026-03-27 - 3.6.3 - fix(tapbundle_serverside)
|
||||
add TapNodeTools cleanup hooks to stop SmartNetwork processes after tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user