Skip to content

Commit

Permalink
Fix package.json 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 884bc3b commit 9f8ebd1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/Webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ yarn add --dev identity-obj-proxy

Then all your className lookups on the styles object will be returned as-is (e.g., `styles.foobar === 'foobar'`). This is pretty handy for React [Snapshot Testing](SnapshotTesting.md).

```json title="package.json" (for CSS Modules)
```json title="package.json (for CSS Modules)"
{
"jest": {
"moduleNameMapper": {
Expand All @@ -97,7 +97,7 @@ module.exports = {
};
```

```json title="package.json" (for custom transformers and CSS Modules)
```json title="package.json (for custom transformers and CSS Modules)"
{
"jest": {
"moduleNameMapper": {
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-25.x/Webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ yarn add --dev identity-obj-proxy

Then all your className lookups on the styles object will be returned as-is (e.g., `styles.foobar === 'foobar'`). This is pretty handy for React [Snapshot Testing](SnapshotTesting.md).

```json title="package.json" (for CSS Modules)
```json title="package.json (for CSS Modules)"
{
"jest": {
"moduleNameMapper": {
Expand All @@ -97,7 +97,7 @@ module.exports = {
};
```

```json title="package.json" (for custom transformers and CSS Modules)
```json title="package.json (for custom transformers and CSS Modules)"
{
"jest": {
"moduleNameMapper": {
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-26.x/Webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ yarn add --dev identity-obj-proxy

Then all your className lookups on the styles object will be returned as-is (e.g., `styles.foobar === 'foobar'`). This is pretty handy for React [Snapshot Testing](SnapshotTesting.md).

```json title="package.json" (for CSS Modules)
```json title="package.json (for CSS Modules)"
{
"jest": {
"moduleNameMapper": {
Expand All @@ -97,7 +97,7 @@ module.exports = {
};
```

```json title="package.json" (for custom transformers and CSS Modules)
```json title="package.json (for custom transformers and CSS Modules)"
{
"jest": {
"moduleNameMapper": {
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-27.0/Webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ yarn add --dev identity-obj-proxy

Then all your className lookups on the styles object will be returned as-is (e.g., `styles.foobar === 'foobar'`). This is pretty handy for React [Snapshot Testing](SnapshotTesting.md).

```json title="package.json" (for CSS Modules)
```json title="package.json (for CSS Modules)"
{
"jest": {
"moduleNameMapper": {
Expand All @@ -97,7 +97,7 @@ module.exports = {
};
```

```json title="package.json" (for custom transformers and CSS Modules)
```json title="package.json (for custom transformers and CSS Modules)"
{
"jest": {
"moduleNameMapper": {
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-27.1/Webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ yarn add --dev identity-obj-proxy

Then all your className lookups on the styles object will be returned as-is (e.g., `styles.foobar === 'foobar'`). This is pretty handy for React [Snapshot Testing](SnapshotTesting.md).

```json title="package.json" (for CSS Modules)
```json title="package.json (for CSS Modules)"
{
"jest": {
"moduleNameMapper": {
Expand All @@ -97,7 +97,7 @@ module.exports = {
};
```

```json title="package.json" (for custom transformers and CSS Modules)
```json title="package.json (for custom transformers and CSS Modules)"
{
"jest": {
"moduleNameMapper": {
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-27.2/Webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ yarn add --dev identity-obj-proxy

Then all your className lookups on the styles object will be returned as-is (e.g., `styles.foobar === 'foobar'`). This is pretty handy for React [Snapshot Testing](SnapshotTesting.md).

```json title="package.json" (for CSS Modules)
```json title="package.json (for CSS Modules)"
{
"jest": {
"moduleNameMapper": {
Expand All @@ -97,7 +97,7 @@ module.exports = {
};
```

```json title="package.json" (for custom transformers and CSS Modules)
```json title="package.json (for custom transformers and CSS Modules)"
{
"jest": {
"moduleNameMapper": {
Expand Down

0 comments on commit 9f8ebd1

Please sign in to comment.