@@ -6,21 +6,23 @@ const { download, extract } = require("gitly")
66const { existsSync } = require ( "fs" )
77
88const testRepos = [
9+ "atom-minimap/minimap" ,
10+ "aminya/solid-simple-table" ,
11+ "steelbrain/linter" ,
12+ "steelbrain/linter-ui-default" ,
13+ ]
14+
15+ const testWorkspaces = [
16+ "atom-community/atom-ide-base" ,
17+ "atom-community/terminal" ,
918 "atom-community/atom-ide-hyperclick" ,
1019 "atom-community/atom-languageclient" ,
11- "atom-community/terminal" ,
1220 "atom-community/atom-ide-outline" ,
1321 "atom-community/atom-ide-datatip" ,
1422 // "atom-community/atom-ide-console",
1523 // "atom-community/atom-ide-debugger",
16- "atom-minimap/minimap" ,
17- "aminya/solid-simple-table" ,
18- "steelbrain/linter" ,
19- "steelbrain/linter-ui-default" ,
2024]
2125
22- const testWorkspaces = [ "atom-community/atom-ide-base" ]
23-
2426/** A function that tests linting of a package */
2527async function testLint ( packedPkg , testRepo , isWorkspace = false , isSilent = false ) {
2628 console . log ( `Testing ${ testRepo } ` )
0 commit comments