fix: integration test

This commit is contained in:
tanzhenxin
2025-10-24 10:56:54 +08:00
parent c7f5aaa702
commit 10f7968bc6
5 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ describe('Interactive file system', () => {
});
it.skipIf(process.platform === 'win32')(
'should perform a read-then-write sequence',
'should perform a read-then-write sequence in interactive mode',
async () => {
const fileName = 'version.txt';
await rig.setup('interactive-read-then-write');