Alex Vernacchia
Alex Vernacchia
TRAVIS_COMMIT is the commit travis is testing. Can be searched for here --> http://docs.travis-ci.com/user/environment-variables/
TRAVIS_COMMIT is a specific environment variable that TravisCI uses. [FETCH_HEAD](http://stackoverflow.com/questions/9237348/what-does-fetch-head-in-git-mean) is specific to git and fetches . If TRAVIS_COMMIT doesn't exist, then something is wrong with Travis itself, which is...
I've ran into the same problem just today. I've tried out various different solutions, which have included: 1. Using TSX instead of JSX 2. Upgrading all testing framework libraries (enzyme...
Ahh yeah, interesting. My test looks like this: ```js import React from 'react'; import { shallow } from 'enzyme'; import fetch from '@custom/fetch'; import DataLoaderExample from './index'; jest.mock('@custom/fetch', () =>...
[This](https://github.com/aelbore/esbuild-jest/issues/54) looks like the same issue maybe?
Sorry, but this is not enough information to help you. Please provide all the information about what you were doing to get this response and I may be able to...
Same thing.
Having the same problem. Here's my details. | Software | Name/Version| |-- | --| |Sandpack-client version | | |Sandpack-react version | ^2.13.5 | |Browser | Firefox, Chrome, Safari, Arc |...
I would love this functionality as well. My use case is that I have multiple tests where `console.error` is called, but I cannot control when it gets called as the...
@ValentinH I've opened https://github.com/ValentinH/jest-fail-on-console/pull/48 and would appreciate any feedback you have