Skip to content

Commit

Permalink
Run Prettier script/test (atom#21624)
Browse files Browse the repository at this point in the history
* 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
aminya authored Nov 2, 2020
1 parent a348e13 commit 5d3df55
Showing 1 changed file with 327 additions and 201 deletions.
Loading

0 comments on commit 5d3df55

Please sign in to comment.