We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbd70f commit 8dc11ddCopy full SHA for 8dc11dd
packages/devtools-proxy-support/src/system-ca.spec.ts
@@ -87,7 +87,7 @@ Dfvp7OOGAN6dEOM4+qR9sdjoSYKEBpsr6GtPAQw4dy753ec5
87
});
88
89
describe('sortByExpirationDate', function () {
90
- it('pushes all expired certs to the bottom', function () {
+ it('sorts certs by expiration date in descending order (higher expiration date on top)', function () {
91
const mockCerts = [
92
{
93
serialNumber: '01',
0 commit comments