Skip to content

Commit 5913f6d

Browse files
committed
tests: update snapshots
1 parent f6e0f82 commit 5913f6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/index.test.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('getEntity', () => {
2525
it('works for direct domain usage', () => {
2626
expect(getEntity('https://js.connect.facebook.net/lib.js')).toMatchInlineSnapshot(`
2727
Object {
28-
"averageExecutionTime": 142.3708560765058,
28+
"averageExecutionTime": 143.90937560613312,
2929
"categories": Array [
3030
"social",
3131
],
@@ -54,16 +54,16 @@ Object {
5454
],
5555
"homepage": "https://www.facebook.com",
5656
"name": "Facebook",
57-
"totalExecutionTime": 144421993,
58-
"totalOccurrences": 1014407,
57+
"totalExecutionTime": 147646846,
58+
"totalOccurrences": 1025971,
5959
}
6060
`)
6161
})
6262

6363
it('works for inferred domain usage', () => {
6464
expect(getEntity('https://unknown.typekit.net/fonts.css')).toMatchInlineSnapshot(`
6565
Object {
66-
"averageExecutionTime": 91.7116918051686,
66+
"averageExecutionTime": 91.44604519774012,
6767
"categories": Array [
6868
"library",
6969
],
@@ -75,8 +75,8 @@ Object {
7575
],
7676
"homepage": "https://fonts.adobe.com/",
7777
"name": "Adobe TypeKit",
78-
"totalExecutionTime": 954627,
79-
"totalOccurrences": 10409,
78+
"totalExecutionTime": 971157,
79+
"totalOccurrences": 10620,
8080
}
8181
`)
8282
})

0 commit comments

Comments
 (0)