Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged jestjs
0
votes
535
views
1
answer
jestjs - Yarn test hangs when one more tests file is added
I'm running a project that has several test suites (Jest), all passing locally. I have a step in my CircleCI ... What am I overlooking? Thanks! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
450
views
1
answer
jestjs - How does one access state on a nested React component wrapped by an HOC?
I'm using Enzyme, and we can actually use the example component given in the docs as a foundation for my ... help would be greatly appreciated! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
979
views
1
answer
jestjs - jest global variable example
Can someone give an example on how to use jest globals? { ... "jest": { "globals": { "__DEV__": ... where the globals should be defined? Thanks See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
1.2k
views
1
answer
jestjs - How does jest --findRelatedTests work under the hood?
Find and run the tests that cover a space separated list of source files that were passed in as arguments. ... cache when finding related tests? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
399
views
1
answer
jestjs - How to use Jest with React Native
The testing section of the docs for React Native suggest that Jest is the official way to do unit tests. ... like I'm missing something! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
846
views
1
answer
jestjs - Loose match one value in jest.toHaveBeenCalledWith
I have an analytics tracker that will only call after 1 second and with an object where the intervalInMilliseconds ( ... useful for my use-case. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
691
views
1
answer
jestjs - Jest createSpyObj
With Chai, you can create a spy object as follows: chai.spy.object([ 'push', 'pop' ]); With jasmine, you ... be found in the docs about this. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
1.5k
views
1
answer
jestjs - testing private functions in typescript with jest
In the below code my test case was passed as expected but i am using stryker for mutation testing , handleError function ... ) } }); }); See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
739
views
1
answer
jestjs - How do I run a single test using Jest?
I have a test 'works with nested children' within the file fix-order-test.js. Running the below runs all ... jest 'works with nested children' See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
381
views
1
answer
jestjs - Create React App doesn't properly mock modules from __mocks__ directory
I have a working example with Jest and mocks from __mocks__ directory that works : With simple Jest setup // ... App. What's the problem? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
1.5k
views
1
answer
jestjs - Testing MutationObserver with Jest
I wrote a script with the main purpose of adding new elements to some table's cells. The test is done with ... ? Except manually, that is :) See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
1.3k
views
1
answer
jestjs - Jest gives an error: "SyntaxError: Unexpected token export"
I'm using Jest to test my React app. Recently, I added DeckGL to my app. My tests fail with this error: ... . So any ideas whats going wrong? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
848
views
1
answer
jestjs - How to run Jest tests sequentially?
I'm running Jest tests via npm test. Jest runs tests in parallel by default. Is there any way to ... changing the current working directory. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
530
views
1
answer
jestjs - Console.log statements output nothing at all in Jest
console.log statements output nothing at all in Jest. This was working for me yesterday, and all of sudden, ... . Still seeing this issue. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
500
views
1
answer
jestjs - How can I clear the Jest cache?
Jest is picking up an old version of a package and thus my tests fail unless I use --no-cache. I can even ... how do I clear the Jest cache? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
0
votes
922
views
1
answer
jestjs - Mocking `document` in jest
I'm trying to write tests for my web components projects in jest. I already use babel with es2015 preset. I ... by setting document as global. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
jestjs
Page:
1
2
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] js继承语法
[2] React中使用ant 通过ref调用子组件的from表单的onFinish方法 返回值为undefined
[3] java - Get only one line from a XLS file with POI
[4] html - How to convert an Angular project to a non-Angular project?
[5] How do I install external libraries for python plugins in programs like Joystick Gremlin?
[6] arrays - how to add dynamically multiple posts with jsonplaceholder
[7] el-tree的props怎么用
[8] ios - Why UITableView Display Data Incorrectly
[9] python - Merge values of a dataframe where other columns match
[10] 一个sass函数,能不能实现?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...