Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash committed Oct 10, 2024
1 parent 46b503f commit 51ecc01
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/Root/FFetch.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ describe('FFetch class', () => {
},
rtrConfig: {
fixedLengthSessionWarningTTL: '1m',
rotationIntervalFraction: 0.8,
},
});
testFfetch.replaceFetch();
Expand Down Expand Up @@ -268,6 +269,7 @@ describe('FFetch class', () => {
},
rtrConfig: {
fixedLengthSessionWarningTTL: '1m',
rotationIntervalFraction: 0.8,
},
});
testFfetch.replaceFetch();
Expand Down Expand Up @@ -306,6 +308,7 @@ describe('FFetch class', () => {
},
rtrConfig: {
fixedLengthSessionWarningTTL: '1m',
rotationIntervalFraction: 0.8,
},
});
testFfetch.replaceFetch();
Expand Down Expand Up @@ -342,7 +345,11 @@ describe('FFetch class', () => {
logger: { log },
store: {
dispatch: jest.fn(),
}
},
rtrConfig: {
fixedLengthSessionWarningTTL: '1m',
rotationIntervalFraction: 0.8,
},
});
testFfetch.replaceFetch();
testFfetch.replaceXMLHttpRequest();
Expand Down Expand Up @@ -385,6 +392,7 @@ describe('FFetch class', () => {
},
rtrConfig: {
fixedLengthSessionWarningTTL: '1m',
rotationIntervalFraction: 0.8,
},
});
testFfetch.replaceFetch();
Expand Down

0 comments on commit 51ecc01

Please sign in to comment.