Skip to content

Commit 4ab8256

Browse files
committed
test: removing only
making all tests run on branch
1 parent c1903b2 commit 4ab8256

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/commands/deploy/deploy.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { AbstractCommand } from '../../../src/commands/abstract-command'
22
import { Deploy } from '../../../src/commands/deploy'
33
import * as path from 'path'
44

5-
//TODO - remove only
6-
describe.only('test for deploy command', () => {
5+
describe('test for deploy command', () => {
76
let deploy: AbstractCommand
87
const pathToProjectDir = './test/commands/deploy/inner-dir'
98
const pathToProjectNoPackage = './test/commands/deploy/inner-dir-no-package'

0 commit comments

Comments
 (0)