issues
search
NagRock
/
ts-mockito
Mocking library for TypeScript
MIT License
978
stars
93
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Maintenance update, we are still working on updating and improving https://github.com/TypeStrong/ts-mockito
#233
roypeled
opened
4 months ago
0
How to mock an async function that sets two values in the MockClass?
#232
enricocaliolo
closed
1 year ago
0
Question: How to call original method on spy after interception
#231
EvilBeaver
opened
1 year ago
0
Added new examples to README
#230
elopez00
opened
1 year ago
0
Feature request: better toString() outputs showing expected value
#229
frstie
opened
2 years ago
2
anyOfType Matcher
#228
marimilch
opened
2 years ago
0
How to mock catchError
#227
ascdi
opened
2 years ago
1
Add an “expect nothing” call to verify
#226
thomashilzendegen
closed
1 year ago
0
How to mock a builder pattern
#225
atlanteh
opened
2 years ago
0
TypeError when using `match` with a string
#224
mlntdrv
opened
2 years ago
0
can you mock functions from a module?
#223
sunnz
opened
2 years ago
0
Interface mocks cannot be bound in inversify containers
#222
nseniak-iziwork
opened
3 years ago
5
Showing how to import mock method
#221
9uilherme
opened
3 years ago
1
Upgrade Lodash
#220
santitigaga
opened
3 years ago
1
Proxy created with instance(mockedClass) gets "then" function -> Results in Timeout when Using Nestjs DI
#219
ChrisWun
opened
3 years ago
2
Captured arguments are changed by object changes
#218
namse
opened
3 years ago
1
verify() is not able to verify arguments except for the last call
#217
subodhkarwa
opened
3 years ago
1
Added better verification message
#216
mikeporterdev
closed
3 years ago
4
Added spec for case when last function has been called but method was…
#215
NagRock
closed
3 years ago
1
Bumped all dependencies, removed PhantomJS
#214
NagRock
closed
3 years ago
1
Fixes byCallIndex error messages
#213
freekh
closed
3 years ago
2
Is it going to be maintained?
#212
murbanowicz
opened
3 years ago
32
Included limitations
#211
IgnorantSapient
opened
3 years ago
6
Visibility/log on arguments mismatch in function call
#210
dorgalam
opened
3 years ago
1
When with literal object argument not working
#209
moahammadalt
opened
3 years ago
4
reset(mock1, mock2) expects that mock1 and mock2 have the same type.
#208
distante
opened
3 years ago
1
Argument Matcher anyBoolean() Missing
#207
krema
opened
4 years ago
1
Verify on interface mock does not work (2.6.1)
#206
distante
opened
4 years ago
0
Added anything() to readme
#205
golergka
closed
3 years ago
2
(instance(mock(MyClass)) instanceof MyClass) is false.
#204
yuyasasaki-0
opened
4 years ago
6
Verify if a function is called in a resolved promise
#203
edwinro
opened
4 years ago
0
Bump puppeteer from 0.12.0 to 5.2.1
#202
dependabot[bot]
closed
3 years ago
2
Argument count of mocked method
#201
flugg
closed
1 month ago
0
objectContaining matcher to output object representation when a test fails
#200
srosato
closed
3 years ago
2
Allow any type as method stub rejections.
#199
cornr
opened
4 years ago
1
Some spied functions doesn't have descriptor
#198
NagRock
opened
4 years ago
0
TypeError: Cannot read property 'add' of undefined
#197
vladbushev
opened
4 years ago
1
Optional method parameters are no matched with anything()
#196
Necroskillz
opened
4 years ago
2
Remove warning message from Jest
#195
jlkeesey
closed
3 years ago
1
Fixed problem with a mock resolving a mocked value with Promises
#194
jlkeesey
opened
4 years ago
22
toString() does not work as expected on a mock object
#193
jlkeesey
opened
4 years ago
2
Fix problem with a mock resolving a mocked value with Promises
#192
jlkeesey
closed
4 years ago
3
thenResolve() with a mocked object not working
#191
jlkeesey
opened
4 years ago
24
Throw exception if not stubbed.
#190
startswithaj
opened
4 years ago
2
Trouble mocking a generic method on a class
#189
srkinyon-vw
opened
4 years ago
1
Can't spy on console inside an angular service
#188
KarmaCop213
closed
4 years ago
1
Mocking new object creation
#187
ghsatpute
closed
4 years ago
3
Check value of this in mock calls
#186
awvalenti
opened
4 years ago
4
Shortcut: calledOnceAndWithArgs
#185
awvalenti
opened
4 years ago
3
Can I make a custom matcher?
#184
AnthonyIacono
closed
4 years ago
2
Next