We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16dba70 commit f636885Copy full SHA for f636885
1 file changed
spec/test.js
@@ -6,6 +6,7 @@ const { download, extract } = require("gitly")
6
const { existsSync } = require("fs")
7
8
const testRepos = [
9
+ "atom-community/atom-ide-hyperclick",
10
"atom-minimap/minimap",
11
"aminya/solid-simple-table",
12
"steelbrain/linter",
@@ -15,7 +16,6 @@ const testRepos = [
15
16
const testWorkspaces = [
17
"atom-community/atom-ide-base",
18
"atom-community/terminal",
- "atom-community/atom-ide-hyperclick",
19
"atom-community/atom-languageclient",
20
"atom-community/atom-ide-outline",
21
"atom-community/atom-ide-datatip",
0 commit comments