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.
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 calledtest
(maybe this should bespec
) and used ChromeDriver, WebdriverIO and Mocha for a simple test case.