Skip to content

Commit

Permalink
apache#1008 - shutdown OmegaEdit when running yarn test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
scholarsmate committed Dec 4, 2024
1 parent ba7cfe0 commit ae43478
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/suite/dataEditor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ suite('Data Editor Test Suite', () => {
assert.ok(dataEditWebView)
assert.strictEqual(dataEditWebView.panel.active, true)
assert.strictEqual(dataEditWebView.panel.title, 'Data Editor')
// Close the data editor panel
await dataEditWebView.panel.dispose()
assert.strictEqual(dataEditWebView.panel.active, false)
})
})
})

0 comments on commit ae43478

Please sign in to comment.