@@ -25,7 +25,7 @@ describe('getEntity', () => {
25
25
it ( 'works for direct domain usage' , ( ) => {
26
26
expect ( getEntity ( 'https://js.connect.facebook.net/lib.js' ) ) . toMatchInlineSnapshot ( `
27
27
Object {
28
- "averageExecutionTime": 142.3708560765058 ,
28
+ "averageExecutionTime": 143.90937560613312 ,
29
29
"categories": Array [
30
30
"social",
31
31
],
@@ -54,16 +54,16 @@ Object {
54
54
],
55
55
"homepage": "https://www.facebook.com",
56
56
"name": "Facebook",
57
- "totalExecutionTime": 144421993 ,
58
- "totalOccurrences": 1014407 ,
57
+ "totalExecutionTime": 147646846 ,
58
+ "totalOccurrences": 1025971 ,
59
59
}
60
60
` )
61
61
} )
62
62
63
63
it ( 'works for inferred domain usage' , ( ) => {
64
64
expect ( getEntity ( 'https://unknown.typekit.net/fonts.css' ) ) . toMatchInlineSnapshot ( `
65
65
Object {
66
- "averageExecutionTime": 91.7116918051686 ,
66
+ "averageExecutionTime": 91.44604519774012 ,
67
67
"categories": Array [
68
68
"library",
69
69
],
@@ -75,8 +75,8 @@ Object {
75
75
],
76
76
"homepage": "https://fonts.adobe.com/",
77
77
"name": "Adobe TypeKit",
78
- "totalExecutionTime": 954627 ,
79
- "totalOccurrences": 10409 ,
78
+ "totalExecutionTime": 971157 ,
79
+ "totalOccurrences": 10620 ,
80
80
}
81
81
` )
82
82
} )
0 commit comments