diff --git a/lib/index.test.js b/lib/index.test.js index 5283ff7..d6e75e7 100644 --- a/lib/index.test.js +++ b/lib/index.test.js @@ -25,7 +25,7 @@ describe('getEntity', () => { it('works for direct domain usage', () => { expect(getEntity('https://js.connect.facebook.net/lib.js')).toMatchInlineSnapshot(` Object { - "averageExecutionTime": 142.3708560765058, + "averageExecutionTime": 143.90937560613312, "categories": Array [ "social", ], @@ -54,8 +54,8 @@ Object { ], "homepage": "https://www.facebook.com", "name": "Facebook", - "totalExecutionTime": 144421993, - "totalOccurrences": 1014407, + "totalExecutionTime": 147646846, + "totalOccurrences": 1025971, } `) }) @@ -63,7 +63,7 @@ Object { it('works for inferred domain usage', () => { expect(getEntity('https://unknown.typekit.net/fonts.css')).toMatchInlineSnapshot(` Object { - "averageExecutionTime": 91.7116918051686, + "averageExecutionTime": 91.44604519774012, "categories": Array [ "library", ], @@ -75,8 +75,8 @@ Object { ], "homepage": "https://fonts.adobe.com/", "name": "Adobe TypeKit", - "totalExecutionTime": 954627, - "totalOccurrences": 10409, + "totalExecutionTime": 971157, + "totalOccurrences": 10620, } `) })