Skip to content

Commit 965cccb

Browse files
committed
test: update the workspaces in the test
1 parent d88aa50 commit 965cccb

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

spec/test.js

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@ const { download, extract } = require("gitly")
66
const { existsSync } = require("fs")
77

88
const 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 */
2527
async function testLint(packedPkg, testRepo, isWorkspace = false, isSilent = false) {
2628
console.log(`Testing ${testRepo}`)

0 commit comments

Comments
 (0)