Skip to content

Commit

Permalink
Admonition added.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulreece committed Sep 24, 2022
1 parent d7d753e commit 6854c2c
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
6 changes: 5 additions & 1 deletion docs/TutorialReactNative.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ Starting from react-native version 0.38, a Jest setup is included by default whe
}
```

_Note: If you are upgrading your react-native application and previously used the `jest-react-native` preset, remove the dependency from your `package.json` file and change the preset to `react-native` instead._
:::note

If you are upgrading your react-native application and previously used the `jest-react-native` preset, remove the dependency from your `package.json` file and change the preset to `react-native` instead.

:::

Run `yarn test` to run tests with Jest.

Expand Down
6 changes: 5 additions & 1 deletion website/versioned_docs/version-25.x/TutorialReactNative.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ Starting from react-native version 0.38, a Jest setup is included by default whe
}
```

_Note: If you are upgrading your react-native application and previously used the `jest-react-native` preset, remove the dependency from your `package.json` file and change the preset to `react-native` instead._
:::note

If you are upgrading your react-native application and previously used the `jest-react-native` preset, remove the dependency from your `package.json` file and change the preset to `react-native` instead.

:::

Run `yarn test` to run tests with Jest.

Expand Down
6 changes: 5 additions & 1 deletion website/versioned_docs/version-26.x/TutorialReactNative.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ Starting from react-native version 0.38, a Jest setup is included by default whe
}
```

_Note: If you are upgrading your react-native application and previously used the `jest-react-native` preset, remove the dependency from your `package.json` file and change the preset to `react-native` instead._
:::note

If you are upgrading your react-native application and previously used the `jest-react-native` preset, remove the dependency from your `package.json` file and change the preset to `react-native` instead.

:::

Run `yarn test` to run tests with Jest.

Expand Down
6 changes: 5 additions & 1 deletion website/versioned_docs/version-27.x/TutorialReactNative.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ Starting from react-native version 0.38, a Jest setup is included by default whe
}
```

_Note: If you are upgrading your react-native application and previously used the `jest-react-native` preset, remove the dependency from your `package.json` file and change the preset to `react-native` instead._
:::note

If you are upgrading your react-native application and previously used the `jest-react-native` preset, remove the dependency from your `package.json` file and change the preset to `react-native` instead.\_

:::

Run `yarn test` to run tests with Jest.

Expand Down
6 changes: 5 additions & 1 deletion website/versioned_docs/version-28.x/TutorialReactNative.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ Starting from react-native version 0.38, a Jest setup is included by default whe
}
```

_Note: If you are upgrading your react-native application and previously used the `jest-react-native` preset, remove the dependency from your `package.json` file and change the preset to `react-native` instead._
:::note

If you are upgrading your react-native application and previously used the `jest-react-native` preset, remove the dependency from your `package.json` file and change the preset to `react-native` instead.\_

:::

Run `yarn test` to run tests with Jest.

Expand Down
6 changes: 5 additions & 1 deletion website/versioned_docs/version-29.0/TutorialReactNative.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ Starting from react-native version 0.38, a Jest setup is included by default whe
}
```

_Note: If you are upgrading your react-native application and previously used the `jest-react-native` preset, remove the dependency from your `package.json` file and change the preset to `react-native` instead._
:::note

If you are upgrading your react-native application and previously used the `jest-react-native` preset, remove the dependency from your `package.json` file and change the preset to `react-native` instead.\_

:::

Run `yarn test` to run tests with Jest.

Expand Down

0 comments on commit 6854c2c

Please sign in to comment.