refactor(Cypress): add nodemodules
This commit is contained in:
5
node_modules/detective/test/files/for-await.js
generated
vendored
Normal file
5
node_modules/detective/test/files/for-await.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
async function main () {
|
||||
for await (const _ of (async function* () {})()) {
|
||||
require(_)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user