test(es): Enable execution tests for fixed issues (#6805)

This commit is contained in:
Donny/강동윤 2023-01-13 16:30:21 +09:00 committed by GitHub
parent 0bc0a0d274
commit e7ea054c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
19 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
const Global = globalThis.Global;
const value = Global?.property.method?.()

View File

@ -0,0 +1,2 @@
const Global = globalThis.Global;
const value = Global?.property.method?.()