Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
oops; remove the .only()s from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mctavish committed Jan 30, 2024
1 parent 688155a commit df7fcd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-evaluated-expressions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import * as stackdriver from '../src/types/stackdriver';
// eslint-disable-next-line @typescript-eslint/no-var-requires
const code = require('./test-evaluated-expressions-code.js');

describe.only('debugger provides useful information', () => {
describe('debugger provides useful information', () => {
let api: debugapi.DebugApi;
const config = extend({}, defaultConfig, {
allowExpressions: true,
Expand Down Expand Up @@ -216,7 +216,7 @@ describe.only('debugger provides useful information', () => {
});
});

it.only('should provide data about responses', done => {
it('should provide data about responses', done => {
const bp: stackdriver.Breakpoint = {
id: 'fake-id-123',
location: {
Expand Down

0 comments on commit df7fcd7

Please sign in to comment.