Skip to content

Commit

Permalink
If only....
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Oct 30, 2023
1 parent 34244d7 commit 2ccc4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/adapter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ describe('Debug Adapter Tests', () => {
});
});

describe.only('Step back', () => {
describe('Step back', () => {
it('should pause at the correct locations in a transaction group', async () => {
const simulateTracePath = path.join(DATA_ROOT, 'stepping-test/simulate-response.json');
await fixture.init(
Expand Down

0 comments on commit 2ccc4bc

Please sign in to comment.