build: add enable_remote_module build flag (#19821)
This commit is contained in:
parent
8bf74164e2
commit
11cd0db86b
32 changed files with 585 additions and 497 deletions
2
spec/spec-helpers.js
Normal file
2
spec/spec-helpers.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
exports.ifit = (condition) => (condition ? it : it.skip)
|
||||
exports.ifdescribe = (condition) => (condition ? describe : describe.skip)
|
Loading…
Add table
Add a link
Reference in a new issue