File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ host of npm scripts to run these tests. The most important commands are:
13
13
| ------- | ----------- |
14
14
| ` yarn test ` | This will run lint, unit tests, and integration tests against the live environment|
15
15
| ` 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 |
18
18
| ` 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) |
20
20
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.
23
23
24
24
### Integration testing with the emulator
25
25
You can’t perform that action at this time.
0 commit comments