File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
electron/document-links/fixtures Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ See [the list of built-in commands](https://code.visualstudio.com/api/references
6
6
The runner is configured so it can run multiple instances of VS Code (in sequence) using different configurations and workspaces.
7
7
Each subdirectory in ` electron/ ` will run in a separate instance of VS Code.
8
8
9
- By convention subdirectories in ` electron/ ` must have:
9
+ By convention subdirectories in ` electron/ ` should have:
10
10
11
11
- ` index.js ` as the entrypoint that finds test files and passes them to Mocha
12
12
- at least one ` *.test.js ` file with some tests
Original file line number Diff line number Diff line change 4
4
button {
5
5
color : colors .$color-primary ;
6
6
}
7
-
8
- @media screen , print {
9
- body {
10
- font-size : 14pt ;
11
- }
12
- }
You can’t perform that action at this time.
0 commit comments