Skip to content

Commit 2bf4bb8

Browse files
committed
fix: update snapshots
1 parent 654f329 commit 2bf4bb8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
66
"author": {
7-
"email": "Prasad Nayak <prasadnayak1006@gmail.com>",
7+
"email": "prasadnayak1006@gmail.com",
88
"name": "Prasad Nayak",
99
"url": "https://github.com/Buzzertech"
1010
},
10.8 KB
Loading

test/video.test.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ describe('video', () => {
5353

5454
beforeAll(async () => {
5555
await launchPage();
56-
svgStr = prepareSvg('placehold.it/1920x1080', 'Sandstorm', 'Darude');
56+
svgStr = prepareSvg(
57+
'https://placehold.it/1920x1080',
58+
'Sandstorm',
59+
'Darude'
60+
);
5761
});
5862

5963
afterAll(async () => await closePage());
@@ -64,4 +68,6 @@ describe('video', () => {
6468
expect(image).toMatchImageSnapshot();
6569
});
6670
});
71+
72+
describe('#processVideo', () => {});
6773
});

0 commit comments

Comments
 (0)