Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(yarn.lock): Update dependencies #1056

Merged
merged 2 commits into from
Jan 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/e2e/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ describe('Workspace creation, list, start, inject, delete. Support stop and dele
it('server:delete command coverage', async () => {
console.log('>>> Testing server:delete command')

// Sleep time to wait to workspace to be running
await helper.sleep(10 * 1000)

const { exitCode, stdout, stderr } = await execa(binChectl, ['server:delete', `-n ${NAMESPACE}`, '--telemetry=off', '--delete-namespace', '--yes'], { shell: true })

console.log(`stdout: ${stdout}`)
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2170,19 +2170,19 @@ ecc-jsbn@~0.1.1:

"eclipse-che-devfile-workspace-operator@git://github.com/devfile/devworkspace-operator#master":
version "0.0.0"
resolved "git://github.com/devfile/devworkspace-operator#a7db052cbca9145d8a5d0bff377ca736d9cffc93"
resolved "git://github.com/devfile/devworkspace-operator#252745a7e223a7084961aa5774af8f7fc81de70a"

"eclipse-che-minishift@git://github.com/minishift/minishift#master":
version "0.0.0"
resolved "git://github.com/minishift/minishift#4b58f8954421fcbb7996ca67cba7ed8c58092a88"

"eclipse-che-operator@git://github.com/eclipse/che-operator#master":
version "0.0.0"
resolved "git://github.com/eclipse/che-operator#1d3de845e8aa07d49039cf6f3b9f5a0c7703f4fd"
resolved "git://github.com/eclipse/che-operator#d680c297894747cdd00b5518ff082328f5229749"

"eclipse-che@git://github.com/eclipse/che#master":
version "0.0.0"
resolved "git://github.com/eclipse/che#9e3da969757f65e680d8dc9a7d16c7a0d477fb4e"
resolved "git://github.com/eclipse/che#136eeb9d02dd08b46496c4b96fe61ddb6fb4ab35"

editorconfig@^0.15.0:
version "0.15.3"
Expand Down