Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Implement an alternative test runner
Browse files Browse the repository at this point in the history
As per AtomLinter/Meta#19, it would be ideal to have a test runner with code coverage capabilities. This is a first try at getting Mocha or Jest running inside the Atom environment.

This commit has a working installation of mocha, with test showing the atom globals are found showed as passing in the Atom Spec Runner Window.

Jest is not working at this time. Jest will run inside Atom and try to test the file, but fails to inject the Jest global variables, such as `test` and `expect`.
  • Loading branch information
skylize committed Jan 16, 2018
1 parent 6b52abb commit 7dbda86
Show file tree
Hide file tree
Showing 7 changed files with 5,012 additions and 1,132 deletions.
Loading

0 comments on commit 7dbda86

Please sign in to comment.