Skip to content

Commit

Permalink
Fix snap titles
Browse files Browse the repository at this point in the history
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
  • Loading branch information
Josh-Cena committed Oct 24, 2021
1 parent 9f8ebd1 commit c0f88b5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/TutorialReact.md
Expand Up @@ -124,7 +124,7 @@ test('Link changes the class when hovered', () => {

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

```javascript title="__tests__/__snapshots__/Link.react.test.js".snap
```javascript title="__tests__/__snapshots__/Link.react.test.js.snap"
exports[`Link changes the class when hovered 1`] = `
<a
className="normal"
Expand Down
2 changes: 1 addition & 1 deletion docs/TutorialReactNative.md
Expand Up @@ -84,7 +84,7 @@ test('renders correctly', () => {

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

```javascript title="__tests__/__snapshots__/Intro-test.js".snap
```javascript title="__tests__/__snapshots__/Intro-test.js.snap"
exports[`Intro renders correctly 1`] = `
<View
style={
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-25.x/TutorialReact.md
Expand Up @@ -124,7 +124,7 @@ test('Link changes the class when hovered', () => {

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

```javascript title="__tests__/__snapshots__/Link.react.test.js".snap
```javascript title="__tests__/__snapshots__/Link.react.test.js.snap"
exports[`Link changes the class when hovered 1`] = `
<a
className="normal"
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-25.x/TutorialReactNative.md
Expand Up @@ -84,7 +84,7 @@ test('renders correctly', () => {

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

```javascript title="__tests__/__snapshots__/Intro-test.js".snap
```javascript title="__tests__/__snapshots__/Intro-test.js.snap"
exports[`Intro renders correctly 1`] = `
<View
style={
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-26.x/TutorialReact.md
Expand Up @@ -124,7 +124,7 @@ test('Link changes the class when hovered', () => {

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

```javascript title="__tests__/__snapshots__/Link.react.test.js".snap
```javascript title="__tests__/__snapshots__/Link.react.test.js.snap"
exports[`Link changes the class when hovered 1`] = `
<a
className="normal"
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-26.x/TutorialReactNative.md
Expand Up @@ -84,7 +84,7 @@ test('renders correctly', () => {

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

```javascript title="__tests__/__snapshots__/Intro-test.js".snap
```javascript title="__tests__/__snapshots__/Intro-test.js.snap"
exports[`Intro renders correctly 1`] = `
<View
style={
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.0/TutorialReact.md
Expand Up @@ -124,7 +124,7 @@ test('Link changes the class when hovered', () => {

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

```javascript title="__tests__/__snapshots__/Link.react.test.js".snap
```javascript title="__tests__/__snapshots__/Link.react.test.js.snap"
exports[`Link changes the class when hovered 1`] = `
<a
className="normal"
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.0/TutorialReactNative.md
Expand Up @@ -84,7 +84,7 @@ test('renders correctly', () => {

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

```javascript title="__tests__/__snapshots__/Intro-test.js".snap
```javascript title="__tests__/__snapshots__/Intro-test.js.snap"
exports[`Intro renders correctly 1`] = `
<View
style={
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.1/TutorialReact.md
Expand Up @@ -124,7 +124,7 @@ test('Link changes the class when hovered', () => {

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

```javascript title="__tests__/__snapshots__/Link.react.test.js".snap
```javascript title="__tests__/__snapshots__/Link.react.test.js.snap"
exports[`Link changes the class when hovered 1`] = `
<a
className="normal"
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.1/TutorialReactNative.md
Expand Up @@ -84,7 +84,7 @@ test('renders correctly', () => {

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

```javascript title="__tests__/__snapshots__/Intro-test.js".snap
```javascript title="__tests__/__snapshots__/Intro-test.js.snap"
exports[`Intro renders correctly 1`] = `
<View
style={
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.2/TutorialReact.md
Expand Up @@ -124,7 +124,7 @@ test('Link changes the class when hovered', () => {

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

```javascript title="__tests__/__snapshots__/Link.react.test.js".snap
```javascript title="__tests__/__snapshots__/Link.react.test.js.snap"
exports[`Link changes the class when hovered 1`] = `
<a
className="normal"
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.2/TutorialReactNative.md
Expand Up @@ -84,7 +84,7 @@ test('renders correctly', () => {

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

```javascript title="__tests__/__snapshots__/Intro-test.js".snap
```javascript title="__tests__/__snapshots__/Intro-test.js.snap"
exports[`Intro renders correctly 1`] = `
<View
style={
Expand Down

0 comments on commit c0f88b5

Please sign in to comment.