airtoxin / Electron-React-Boilerplate

No longer maintained.
MIT License
198 stars 31 forks source link

Refactored + Setup testing #18

Open vidbina opened 9 years ago

vidbina commented 9 years ago

Refactored entire project based on .jscsrc as covered in the README. Not very sure if you want this in the project, but I figured it would help to have all the code in the project in the same style. Then again, a style is a matter of preference. The Airbnb style is a very thorough and well documented style.

To top things off I moved all the source into /src created a folder for tests called test (maybe this should be spec) and used ChromeDriver, WebdriverIO and Mocha for a simple test case.