Skip to content

Commit 1ddb933

Browse files
committed
chore: updates test names in video label
1 parent 40c4f44 commit 1ddb933

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

packages/video-label/__tests__/android/__snapshots__/article-label.android.test.js.snap renamed to packages/video-label/__tests__/android/__snapshots__/video-label.android.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Article Label test on android renders VideoLabel 1`] = `
3+
exports[`Video Label test on android renders VideoLabel 1`] = `
44
<View
55
style={
66
Object {

packages/video-label/__tests__/android/article-label.android.test.js

-5
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import shared from "../shared";
2+
3+
describe("Video Label test on android", () => {
4+
shared();
5+
});

packages/video-label/__tests__/ios/__snapshots__/article-label.ios.test.js.snap renamed to packages/video-label/__tests__/ios/__snapshots__/video-label.ios.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Article Label test on ios renders VideoLabel 1`] = `
3+
exports[`Video Label test on ios renders VideoLabel 1`] = `
44
<View
55
style={
66
Object {
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import shared from "../shared";
22

3-
describe("Article Label test on web", () => {
3+
describe("Video Label test on ios", () => {
44
shared();
55
});

packages/video-label/__tests__/web/__snapshots__/article-label.web.test.js.snap renamed to packages/video-label/__tests__/web/__snapshots__/video-label.web.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Article Label test on web renders VideoLabel 1`] = `
3+
exports[`Video Label test on web renders VideoLabel 1`] = `
44
<div
55
className="rn-alignItems-1awozwy rn-borderTopStyle-1efd50x rn-borderRightStyle-14skgim rn-borderBottomStyle-rull8r rn-borderLeftStyle-mm0ijv rn-borderTopWidth-13yce4e rn-borderRightWidth-fnigne rn-borderBottomWidth-ndvcnb rn-borderLeftWidth-gxnn5r rn-boxSizing-deolkf rn-display-6koalj rn-flexShrink-1pxmb3b rn-flexBasis-7vfszb rn-flexDirection-18u37iz rn-marginTop-1mnahxq rn-marginRight-61z16t rn-marginBottom-p1pxzi rn-marginLeft-11wrixw rn-minHeight-ifefl9 rn-minWidth-bcqeeo rn-paddingTop-wk8lta rn-paddingRight-9aemit rn-paddingBottom-1mdbw0j rn-paddingLeft-gy4na3 rn-position-bnwqim rn-zIndex-1lgpqti"
66
>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import shared from "../shared";
22

3-
describe("Article Label test on ios", () => {
3+
describe("Video Label test on web", () => {
44
shared();
55
});

0 commit comments

Comments
 (0)