Skip to content

Commit dfe9aa3

Browse files
committed
tests: update snapshots
1 parent 5810cce commit dfe9aa3

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
@@ -36,7 +36,7 @@ describe('getEntity', () => {
3636
it('works for direct domain usage', () => {
3737
expect(getEntity('https://js.connect.facebook.net/lib.js')).toMatchInlineSnapshot(`
3838
Object {
39-
"averageExecutionTime": 142.31544325799132,
39+
"averageExecutionTime": 142.3708560765058,
4040
"categories": Array [
4141
"social",
4242
],
@@ -60,16 +60,16 @@ Object {
6060
],
6161
"homepage": "https://www.facebook.com",
6262
"name": "Facebook",
63-
"totalExecutionTime": 144433524,
64-
"totalOccurrences": 1014883,
63+
"totalExecutionTime": 144421993,
64+
"totalOccurrences": 1014407,
6565
}
6666
`)
6767
})
6868

6969
it('works for inferred domain usage', () => {
7070
expect(getEntity('https://unknown.typekit.net/fonts.css')).toMatchInlineSnapshot(`
7171
Object {
72-
"averageExecutionTime": 91.44604519774012,
72+
"averageExecutionTime": 91.7116918051686,
7373
"categories": Array [
7474
"cdn",
7575
],
@@ -84,8 +84,8 @@ Object {
8484
],
8585
"homepage": "https://fonts.adobe.com/",
8686
"name": "Adobe TypeKit",
87-
"totalExecutionTime": 971157,
88-
"totalOccurrences": 10620,
87+
"totalExecutionTime": 954627,
88+
"totalOccurrences": 10409,
8989
}
9090
`)
9191
})

0 commit comments

Comments
 (0)