chore: fix test command in docs

This commit is contained in:
Samuel Attard 2018-09-28 11:19:00 +10:00
parent 8df703a13b
commit 55765424f9

View file

@ -97,7 +97,7 @@ This is an overview of the steps needed to upgrade Chromium in Electron.
- Add more build flags to disable features in build-time. - Add more build flags to disable features in build-time.
When a Debug build of Electron succeeds, run the tests: When a Debug build of Electron succeeds, run the tests:
`$ npm run tst` `$ npm run test`
Fix the failing tests. Fix the failing tests.
Follow all the steps above to fix Electron code on all supported platforms. Follow all the steps above to fix Electron code on all supported platforms.