Skip to content

Commit

Permalink
fix: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Buzzertech committed Jun 22, 2019
1 parent 654f329 commit 2bf4bb8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": {
"email": "Prasad Nayak <prasadnayak1006@gmail.com>",
"email": "prasadnayak1006@gmail.com",
"name": "Prasad Nayak",
"url": "https://github.com/Buzzertech"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion test/video.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ describe('video', () => {

beforeAll(async () => {
await launchPage();
svgStr = prepareSvg('placehold.it/1920x1080', 'Sandstorm', 'Darude');
svgStr = prepareSvg(
'https://placehold.it/1920x1080',
'Sandstorm',
'Darude'
);
});

afterAll(async () => await closePage());
Expand All @@ -64,4 +68,6 @@ describe('video', () => {
expect(image).toMatchImageSnapshot();
});
});

describe('#processVideo', () => {});
});

0 comments on commit 2bf4bb8

Please sign in to comment.