tester-jest
tester-jest copied to clipboard
Tester Jest is a tester provider for the Atom Tester.
Installed 1.2.4, not sure if there is more configuration necessary as the README does not stipulate any to be necessary. I am running a typescript app, tests are formatted as...
Hi, here is a sample to reproduce the error: ``` describe('test-cases', () => { describe('for param=true', () => { it('should return the correct result', () => { const param =...
Atom: 1.25.1 tester-jest: 1.2.4 tester-jest apm package stopped working unexpectedly. The interface shows up but attempting to test a project/file does nothing.
## Steps to Reproduce - Create file with non-standard extension. - Set `testMatch` in the `jest.config.json` - Attempt to run file with tester-jest - Runner finds no matches (`testMatch` remains...
`tester` + `tester-jest` were awesomely working all this time, but suddenly it stopped working 😢 When I save the test file nothing happens, I don't see the test being tested...
Hi, I get the following error message on a new project: yarn test works. The test runner works on other projects. Any idea why this is happening?
I.E. create-react-app don't use package.json devDependencies, instead everything is on dependencies. This package fails to activate in such cases, as it's trying to fetch package names from undefined object (`Object.keys(undefined)`)...
**Atom**: 1.24.0 x64 **Electron**: 1.6.16 **OS**: Mac OS X 10.13.3 **Thrown From**: [tester-jest](https://github.com/yacut/tester-jest) package 1.2.0 ### Stack Trace Failed to activate the tester-jest package ``` At Cannot convert undefined or...
The little Test bar result sticks on my screen after I hover over a failed test. How do I make it go away? 
For my projects in `create react app` I always set `NODE_PATH` to `src` but now my tests are not working with `tester-jest` [because you override the it to `cwd`](https://github.com/yacut/tester-jest/blob/3d22619b54b093221c5ff65c62b84c96deb9bbbd/lib/spawn-runner.js#L267). Would...