mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Fixed test.only
This commit is contained in:
parent
c196207fc3
commit
8326e7fd8f
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ test('API fetch user', async () => {
|
|||
expect(user.birthday.year).toBeUndefined();
|
||||
});
|
||||
|
||||
test.only('API fetch user that does not exist', async () => {
|
||||
test('API fetch user that does not exist', async () => {
|
||||
const result = await cacheWrapper(
|
||||
new Request('https://api.fxtwitter.com/usesaahah123', {
|
||||
method: 'GET',
|
||||
|
|
Loading…
Add table
Reference in a new issue