Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run Prettier script/test (atom#21624)
* run prettier on script/test + replcae `==` with `===` Fixes: script\test.js:391 Expected '===' and instead saw '=='. (eqeqeq) script\test.js:394 Expected '===' and instead saw '=='. (eqeqeq) script\test.js:474 Expected '===' and instead saw '=='. (eqeqeq) * remove excess spawn The next line calls spawnTest
- Loading branch information