Skip to content

Commit 0037d95

Browse files
committed
Review nits [skip ci]
1 parent bcfe56c commit 0037d95

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

extension/test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ See [the list of built-in commands](https://code.visualstudio.com/api/references
66
The runner is configured so it can run multiple instances of VS Code (in sequence) using different configurations and workspaces.
77
Each subdirectory in `electron/` will run in a separate instance of VS Code.
88

9-
By convention subdirectories in `electron/` must have:
9+
By convention subdirectories in `electron/` should have:
1010

1111
- `index.js` as the entrypoint that finds test files and passes them to Mocha
1212
- at least one `*.test.js` file with some tests

extension/test/electron/document-links/fixtures/styles.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,3 @@
44
button {
55
color: colors.$color-primary;
66
}
7-
8-
@media screen, print {
9-
body {
10-
font-size: 14pt;
11-
}
12-
}

0 commit comments

Comments
 (0)