build: add enable_remote_module build flag (#19821)

This commit is contained in:
Milan Burda 2019-09-18 09:52:06 -07:00 committed by Alexey Kuzmin
parent 8bf74164e2
commit 11cd0db86b
32 changed files with 585 additions and 497 deletions

2
spec/spec-helpers.js Normal file
View file

@ -0,0 +1,2 @@
exports.ifit = (condition) => (condition ? it : it.skip)
exports.ifdescribe = (condition) => (condition ? describe : describe.skip)