diff --git a/test/gulpfile.ts b/test/gulpfile.ts index f5762d3c..be18c5fa 100644 --- a/test/gulpfile.ts +++ b/test/gulpfile.ts @@ -56,8 +56,8 @@ const test = () => { runTestsArgPairs = [ ['native', 'native'], ['native', 'js'], - // ['js', 'native'], - // ['js', 'js'] + ['js', 'native'], + ['js', 'js'] ]; } else { runTestsArgPairs = [ @@ -73,4 +73,4 @@ export { install, cleanAll, test -}; \ No newline at end of file +};