Skip to content

Commit c0f88b5

Browse files
committed
Fix snap titles
Signed-off-by: Josh-Cena <[email protected]>
1 parent 9f8ebd1 commit c0f88b5

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

docs/TutorialReact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test('Link changes the class when hovered', () => {
124124

125125
When you run `yarn test` or `jest`, this will produce an output file like this:
126126

127-
```javascript title="__tests__/__snapshots__/Link.react.test.js".snap
127+
```javascript title="__tests__/__snapshots__/Link.react.test.js.snap"
128128
exports[`Link changes the class when hovered 1`] = `
129129
<a
130130
className="normal"

docs/TutorialReactNative.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test('renders correctly', () => {
8484

8585
When you run `yarn test` or `jest`, this will produce an output file like this:
8686

87-
```javascript title="__tests__/__snapshots__/Intro-test.js".snap
87+
```javascript title="__tests__/__snapshots__/Intro-test.js.snap"
8888
exports[`Intro renders correctly 1`] = `
8989
<View
9090
style={

website/versioned_docs/version-25.x/TutorialReact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test('Link changes the class when hovered', () => {
124124

125125
When you run `yarn test` or `jest`, this will produce an output file like this:
126126

127-
```javascript title="__tests__/__snapshots__/Link.react.test.js".snap
127+
```javascript title="__tests__/__snapshots__/Link.react.test.js.snap"
128128
exports[`Link changes the class when hovered 1`] = `
129129
<a
130130
className="normal"

website/versioned_docs/version-25.x/TutorialReactNative.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test('renders correctly', () => {
8484

8585
When you run `yarn test` or `jest`, this will produce an output file like this:
8686

87-
```javascript title="__tests__/__snapshots__/Intro-test.js".snap
87+
```javascript title="__tests__/__snapshots__/Intro-test.js.snap"
8888
exports[`Intro renders correctly 1`] = `
8989
<View
9090
style={

website/versioned_docs/version-26.x/TutorialReact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test('Link changes the class when hovered', () => {
124124

125125
When you run `yarn test` or `jest`, this will produce an output file like this:
126126

127-
```javascript title="__tests__/__snapshots__/Link.react.test.js".snap
127+
```javascript title="__tests__/__snapshots__/Link.react.test.js.snap"
128128
exports[`Link changes the class when hovered 1`] = `
129129
<a
130130
className="normal"

website/versioned_docs/version-26.x/TutorialReactNative.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test('renders correctly', () => {
8484

8585
When you run `yarn test` or `jest`, this will produce an output file like this:
8686

87-
```javascript title="__tests__/__snapshots__/Intro-test.js".snap
87+
```javascript title="__tests__/__snapshots__/Intro-test.js.snap"
8888
exports[`Intro renders correctly 1`] = `
8989
<View
9090
style={

website/versioned_docs/version-27.0/TutorialReact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test('Link changes the class when hovered', () => {
124124

125125
When you run `yarn test` or `jest`, this will produce an output file like this:
126126

127-
```javascript title="__tests__/__snapshots__/Link.react.test.js".snap
127+
```javascript title="__tests__/__snapshots__/Link.react.test.js.snap"
128128
exports[`Link changes the class when hovered 1`] = `
129129
<a
130130
className="normal"

website/versioned_docs/version-27.0/TutorialReactNative.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test('renders correctly', () => {
8484

8585
When you run `yarn test` or `jest`, this will produce an output file like this:
8686

87-
```javascript title="__tests__/__snapshots__/Intro-test.js".snap
87+
```javascript title="__tests__/__snapshots__/Intro-test.js.snap"
8888
exports[`Intro renders correctly 1`] = `
8989
<View
9090
style={

website/versioned_docs/version-27.1/TutorialReact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test('Link changes the class when hovered', () => {
124124

125125
When you run `yarn test` or `jest`, this will produce an output file like this:
126126

127-
```javascript title="__tests__/__snapshots__/Link.react.test.js".snap
127+
```javascript title="__tests__/__snapshots__/Link.react.test.js.snap"
128128
exports[`Link changes the class when hovered 1`] = `
129129
<a
130130
className="normal"

website/versioned_docs/version-27.1/TutorialReactNative.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test('renders correctly', () => {
8484

8585
When you run `yarn test` or `jest`, this will produce an output file like this:
8686

87-
```javascript title="__tests__/__snapshots__/Intro-test.js".snap
87+
```javascript title="__tests__/__snapshots__/Intro-test.js.snap"
8888
exports[`Intro renders correctly 1`] = `
8989
<View
9090
style={

0 commit comments

Comments
 (0)