-
-
Hi all, I would like to report a strange behaviour that started to happen after upgrading to the latest release.
When running our test suite, I noticed a warning message after completion saying:
`…
-
## Problem
* I need to be able to use RN-callkeep without a native device being required.
```
Invariant Violation: Native module cannot be null.
at invariant (node_modules/invariant/invar…
-
I'm trying to use this module with my Javascript project (not TypeScript) but I'm getting a dependency problem even though I have Jest installed. My NodeJs version is 10. Am I doing something wrong or…
-
I am trying to use Jest and Supertest to test my endpoint.
I added server variable and module.export = server in app.ts, so supertest can retrieve the server to perform testing. However, I found t…
-
Hey there!
I'm pretty new to TypeScript/jest and I spent hours in figuring out why line numbering in failing tests are wrong so please bear with me.
I'm not sure if I missed something or it's an…
-
cc @shepherdwind
-
**Abstract**
- Brief on white box testing
- Intro to Jest
- Intro to Detox
- Best practices
**Expected Duration**
30 minutes
**Track**
- Intermediate
**Pre-requisite**…
ghost updated
4 years ago
-
`describe.each` lets you pass in a table to parameterize any tests inside that describe block. Their example:
```
describe.each([
[1, 1, 2],
[1, 2, 3],
[2, 1, 3],
])('.add(%i, %i)', (a, b,…
-
Can support for ts-jest be added since the coverage reports are incorrect?
Would need to add support for at least "transform", "testRegex", "moduleFileExtensions", and "mapCoverage" in the jest opt…
holtc updated
6 years ago