-
I am getting the message
> 'Jest encountered an unexpected token'
for all my unit tests when setting up `jest-runner-eslint` in projects:
```javascript
module.exports = {
roots: [''],
mod…
-
**Question**
I try to treat js files as objects. So my workflow is
1. edit .ts files
2. compile them using tsc (in watch mode ofc)
3. run jest on the compiled files. testmatch is `**/*.test.js…
-
### Current Behavior
I have nx workspace which contains angular and dotnet projects and libs.
At root of mono repo, I have root package.json file which contains npm mondules.
##[error]EXEC(0,0)…
-
My code consists of ES Modules, and I use `"type": "module"` in `package.json` to make that clear. I do have a few config files (jest, eslint, and prettier) and a script file that are `.cjs` extension…
-
Description of the problem
I have been encountering rate limit errors when pulling images from Docker Hub. To address this, I'm using a Harbor project as a cache. It would be helpful to modify the Do…
-
We should have a bunch of tests. There is https://github.com/vadimdemedes/ink-testing-library, but https://github.com/vadimdemedes/ink-testing-library/issues/3 is an issue. We might wanna do some inte…
-
**Do you want to request a _feature_ or report a _bug_?**
feature
**What is the current behavior?**
an external runner can only pass or fail
**If the current behavior is a bug, ple…
-
Pipeline:
```
00:56:37 ERROR: Error during SonarQube Scanner execution
00:56:37 ERROR: Error during parsing of generic test execution report '/home/jenkins/agent/workspace/myproject/reports/sonar…
-
I'd like to see, alongside green PASS and red FAIL, a yellow SKIP when a file is eslintignored (to match up with the nice new skip count).
It'd also be nice if there was an option to suppress repor…
-
- [ ] #266
#### **! important**
### `S3` `putObjectTagging` mock not working, why any ideas..... ???
- - -
`look.test.js`
``` Javascript
const AWS = require("aws-sdk-mock");
describe…