diff --git a/lib/index.test.js b/lib/index.test.js index ca07265..748ec89 100644 --- a/lib/index.test.js +++ b/lib/index.test.js @@ -59,7 +59,7 @@ describe('getEntity', () => { it('works for direct domain usage', () => { expect(getEntity('https://js.connect.facebook.net/lib.js')).toMatchInlineSnapshot(` Object { - "averageExecutionTime": 379.7486743267565, + "averageExecutionTime": 347.4278160199557, "categories": Array [ "social", ], @@ -103,8 +103,8 @@ describe('getEntity', () => { ], }, ], - "totalExecutionTime": 1178628239, - "totalOccurrences": 3103706, + "totalExecutionTime": 1097107210, + "totalOccurrences": 3157799, } `) }) @@ -112,7 +112,7 @@ describe('getEntity', () => { it('works for inferred domain usage', () => { expect(getEntity('https://unknown.typekit.net/fonts.css')).toMatchInlineSnapshot(` Object { - "averageExecutionTime": 345.32094234999545, + "averageExecutionTime": 660.2645605704683, "categories": Array [ "cdn", ], @@ -129,8 +129,8 @@ describe('getEntity', () => { "homepage": "https://fonts.adobe.com/", "name": "Adobe TypeKit", "products": Array [], - "totalExecutionTime": 34064875, - "totalOccurrences": 98647, + "totalExecutionTime": 78981507, + "totalOccurrences": 119621, } `) })