Skip to content

Commit

Permalink
fix failing pipelineL
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf committed Jan 6, 2025
1 parent fbccd2b commit 6fa925c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-test/bottomBar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import * as path from 'path';
import { expect } from 'chai';

// Sample tests using the Bottom Bar, the panel that houses the terminal, output, problems, etc.
describe('Bottom Bar Example Tests', function () {
describe.only('Bottom Bar Example Tests', function () {
let bottomBar: BottomBarPanel;

before(async function () {
Expand Down

0 comments on commit 6fa925c

Please sign in to comment.