Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Project Tests #6

Merged
merged 12 commits into from Dec 9, 2018
Merged

Adds Project Tests #6

merged 12 commits into from Dec 9, 2018

Conversation

Luidog
Copy link
Contributor

@Luidog Luidog commented Dec 8, 2018

This pull request adds a project testing framework and tests. This pull request makes no changes to the project source code base. This pull request should close issue #4

This pull request also adds a standard project format by adding ESLint and prettier.

Luidog and others added 12 commits July 27, 2018 17:27
This commit adds a .DS_Store rule. MacOS folder metdata need not be committed.

Signed-off-by: Lui de la Parra <Lui@mutesymphony.com>
This commit adds dependencies to enable automated testing and code coverage reporting to this project.

This commit adds development dependencies of nyc, mocha, chai, and mocha-lcov-reporter.

This commit fixes the npm test script to use the added dependencies and adds an additional script, the coverage script, to enable coverage reporting of this project.

Signed-off-by: Lui de la Parra <Lui@mutesymphony.com>
This commit migrates the test runner from Mocha to Jest. Mocha’s compiler flag is depricated. This makes transpilation of code via babel untenable. I also ran into issues using jsdom to construct the dom during tests.

Using Jest as a test runner reduces the level of effort for creating tests.

Signed-off-by: Lui de la Parra <Lui@mutesymphony.com>
This commit adds dependencies designed to enable a standard code format.

Signed-off-by: Lui de la Parra <lui@mutesymphony.com>
This commit adds ESLint configuration to the project. Thsi commit adds eslint via rollup configuration and a eslintrc.js file

Signed-off-by: Lui de la Parra <lui@mutesymphony.com>
This commit revises the testing strategy to use jest instead of mocha.

Signed-off-by: Lui de la Parra <lui@mutesymphony.com>
This commit revises project styling to enforce using a tab width of 2. This was done to conform with the code styling of modular filemaker.

Additionally this commit removes the no console error until the main file console logging functionality is revised.

Signed-off-by: Lui de la Parra <lui@mutesymphony.com>
This commit adds initial tests for this project. The goal is to hit 80% without changing any underlying code base.

Signed-off-by: Lui de la Parra <lui@mutesymphony.com>
This commit updates the coverage reporter to use html instead of clover.

Signed-off-by: Lui de la Parra <lui@mutesymphony.com>
This commit adds additional tests. This commit raises code coverage above 80%. This is our goal for an initial pull request.

Signed-off-by: Lui de la Parra <lui@mutesymphony.com>
@toddgeist toddgeist merged commit 71895b4 into proofgeist:master Dec 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants