Skip to content

Commit f4d24c2

Browse files
committed
Un-nest test headers (except when they're for testing an optional step)
1 parent 7f23d00 commit f4d24c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

04-materials/02-anatomy-of-extensions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Our extension will:
330330
:::
331331

332332

333-
#### 🧪 Test
333+
### 🧪 Test
334334

335335
1. Start JupyterLab in a **separate terminal**.
336336

@@ -407,7 +407,7 @@ git push -u origin main
407407
2. Rebuild the extension with `jlpm build`.
408408

409409

410-
#### 🧪 Test
410+
### 🧪 Test
411411

412412
Follow the same testing steps as last time.
413413

@@ -927,7 +927,7 @@ def setup_route_handlers(web_app):
927927
```
928928

929929

930-
#### 🧪 Test
930+
### 🧪 Test
931931

932932
Now's the best time for us to stop and test before moving on to consuming this
933933
data with our widget.
@@ -1067,7 +1067,7 @@ class ImageCaptionWidget extends Widget {
10671067
}
10681068
```
10691069

1070-
#### 🧪 Test
1070+
### 🧪 Test
10711071

10721072
Now that we have our widget user interface hooked up to the data coming from the server, let's test again.
10731073
Because we changed the JavaScript, we need to use `jlpm run build`, but we _don't_ need to restart the JupyterLab server.

0 commit comments

Comments
 (0)