Fixed test.only

This commit is contained in:
Wazbat 2023-06-30 19:58:29 +02:00
parent c196207fc3
commit 8326e7fd8f

View file

@ -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',