Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion integration-tests/cli/list_directory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ describe('list_directory', () => {
await rig.setup('should be able to list a directory');
rig.createFile('file1.txt', 'file 1 content');
rig.mkdir('subdir');
rig.sync();

await rig.poll(
() => {
Expand Down
5 changes: 0 additions & 5 deletions integration-tests/test-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,6 @@ export class TestRig {
mkdirSync(join(this.testDir!, dir), { recursive: true });
}

sync() {
// ensure file system is done before spawning
execSync('sync', { cwd: this.testDir! });
}

/**
* The command and args to use to invoke Qwen Code CLI. Allows us to switch
* between using the bundled gemini.js (the default) and using the installed
Expand Down
Loading