Skip to content

Commit aa8faf0

Browse files
committedFeb 20, 2019
with mocha
1 parent d7ebdf0 commit aa8faf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎scripts/ciTest.js

+4
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ function main() {
8686
})
8787
cp.execSync(`./test.exe`,{cwd: binDir, stdio : [0,1,2]})
8888
}
89+
90+
if(mochaTest){
91+
cp.execSync(`mocha jscomp/test/**/*test.js`,{cwd : path.join(__dirname,'..')})
92+
}
8993
}
9094

9195

0 commit comments

Comments
 (0)