Closed outsideris closed 9 years ago
@outsideris this changes look good to me. Since we don't currently run this in CI, I didn't check if this part was working correctly when I implemented the test system.
Also if you'd like to avoid the bootstrapping part while running test you can execute ./script/run -rt .
from inside the base directory or use the test window from inside the application.
@mcolyer Thanks you for your information to run tests.
I run ./script/test
, to run test cases. But I found it's not working.
I realized the script run grunt ci
, their names aren't match and it's not for running test cases.
Anyway, I think it's broken script, so I fixed it. Because I'm digging atom-shell-starter structure.
In
script/test
,--gruntfile
option is absent. So, I added it. And then inbuild/Gruntfile.coffee
, "publish-build" task doesn't exist. So, I removed it. I don't know what "publish-build" task is for. Please check again it.