mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 23:40:21 -05:00
chore: update files based on TR review
This commit is contained in:
@@ -9,8 +9,8 @@ describe('lib/exec/xvfb', function () {
|
||||
})
|
||||
|
||||
context('debugXvfb', function () {
|
||||
let { Debug } = xvfb._debugXvfb
|
||||
let { namespaces } = Debug
|
||||
const { Debug } = xvfb._debugXvfb
|
||||
const { namespaces } = Debug
|
||||
|
||||
beforeEach(() => {
|
||||
Debug.enable(namespaces)
|
||||
|
||||
Reference in New Issue
Block a user