Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Mar 9, 2023
1 parent 68c64cc commit b698552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/test/suite/setup/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { MIN_CLI_VERSION } from '../../../cli/dvc/contract'
import { run } from '../../../setup/runner'
import * as Python from '../../../extensions/python'

suite.only('Setup Test Suite', () => {
suite('Setup Test Suite', () => {
const disposable = Disposable.fn()

beforeEach(() => {
Expand Down

0 comments on commit b698552

Please sign in to comment.