Skip to content

Commit dedbfa3

Browse files
committed
Fix markup
1 parent 1f302af commit dedbfa3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages-exp/auth-exp/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ host of npm scripts to run these tests. The most important commands are:
1313
| ------- | ----------- |
1414
| `yarn test` | This will run lint, unit tests, and integration tests against the live environment|
1515
| `yarn test:<platform>` | Runs all browser tests, unit and integration |
16-
| `yarn test:<platform>:unit` | Runs only <platform> unit tests |
17-
| `yarn test:<platform>:unit:debug` | Runs <platform> unit tests, auto-watching for file system changes |
16+
| `yarn test:<platform>:unit` | Runs only \<platform> unit tests |
17+
| `yarn test:<platform>:unit:debug` | Runs \<platform> unit tests, auto-watching for file system changes |
1818
| `yarn test:<platform>:integration` | Runs only integration tests against the live environment |
19-
| `yarn test:<platform>:integration:local` | Runs all headless <platform> integration tests against the emulator (more below) |
19+
| `yarn test:<platform>:integration:local` | Runs all headless \<platform> integration tests against the emulator (more below) |
2020

21-
Where <platform> is "browser" or "node". There are also cordova tests, but they
22-
are not broken into such granular details. Checkout `package.json` for more.
21+
Where \<platform> is "browser" or "node". There are also cordova tests, but they
22+
are not broken into such granular details. Check out `package.json` for more.
2323

2424
### Integration testing with the emulator
2525

0 commit comments

Comments
 (0)