We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a029cac commit f62b60aCopy full SHA for f62b60a
1 file changed
integration-tests/debugger/utils.js
@@ -79,7 +79,7 @@ function setup ({ env, testApp, testAppSource } = {}) {
79
})
80
81
after(async function () {
82
- await sandbox.remove()
+ await sandbox?.remove()
83
84
85
beforeEach(async function () {
0 commit comments