Skip to content

Commit 0a210dc

Browse files
docs: enable syntax highlighting to a code block (#11594)
1 parent 7be63ef commit 0a210dc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/JestObjectAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Creates a new property with the same primitive value as the original property.
147147

148148
Example:
149149

150-
```
150+
```js
151151
// example.js
152152
module.exports = {
153153
function: function square(a, b) {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Creates a new property with the same primitive value as the original property.
143143

144144
Example:
145145

146-
```
146+
```js
147147
// example.js
148148
module.exports = {
149149
function: function square(a, b) {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Creates a new property with the same primitive value as the original property.
147147

148148
Example:
149149

150-
```
150+
```js
151151
// example.js
152152
module.exports = {
153153
function: function square(a, b) {

website/versioned_docs/version-27.0/JestObjectAPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Creates a new property with the same primitive value as the original property.
147147

148148
Example:
149149

150-
```
150+
```js
151151
// example.js
152152
module.exports = {
153153
function: function square(a, b) {

0 commit comments

Comments
 (0)