@@ -36,7 +36,7 @@ describe('getEntity', () => {
36
36
it ( 'works for direct domain usage' , ( ) => {
37
37
expect ( getEntity ( 'https://js.connect.facebook.net/lib.js' ) ) . toMatchInlineSnapshot ( `
38
38
Object {
39
- "averageExecutionTime": 142.31544325799132 ,
39
+ "averageExecutionTime": 142.3708560765058 ,
40
40
"categories": Array [
41
41
"social",
42
42
],
@@ -60,16 +60,16 @@ Object {
60
60
],
61
61
"homepage": "https://www.facebook.com",
62
62
"name": "Facebook",
63
- "totalExecutionTime": 144433524 ,
64
- "totalOccurrences": 1014883 ,
63
+ "totalExecutionTime": 144421993 ,
64
+ "totalOccurrences": 1014407 ,
65
65
}
66
66
` )
67
67
} )
68
68
69
69
it ( 'works for inferred domain usage' , ( ) => {
70
70
expect ( getEntity ( 'https://unknown.typekit.net/fonts.css' ) ) . toMatchInlineSnapshot ( `
71
71
Object {
72
- "averageExecutionTime": 91.44604519774012 ,
72
+ "averageExecutionTime": 91.7116918051686 ,
73
73
"categories": Array [
74
74
"cdn",
75
75
],
@@ -84,8 +84,8 @@ Object {
84
84
],
85
85
"homepage": "https://fonts.adobe.com/",
86
86
"name": "Adobe TypeKit",
87
- "totalExecutionTime": 971157 ,
88
- "totalOccurrences": 10620 ,
87
+ "totalExecutionTime": 954627 ,
88
+ "totalOccurrences": 10409 ,
89
89
}
90
90
` )
91
91
} )
0 commit comments