Skip to content

Commit 69c13e4

Browse files
committed
Add some more repos to integration tests
1 parent 904c6ba commit 69c13e4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

test/integration/test.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,16 @@ const packages = new Map([
3535
['decompress', 'https://github.com/kevva/decompress'],
3636
['npm-conf', 'https://github.com/kevva/npm-conf'],
3737
['imagemin', 'https://github.com/imagemin/imagemin'],
38-
['color-convert', 'https://github.com/qix-/color-convert']
38+
['color-convert', 'https://github.com/qix-/color-convert'],
39+
['eslint-plugin-unicorn', 'https://github.com/sindresorhus/eslint-plugin-unicorn'],
40+
['ky', 'https://github.com/sindresorhus/ky'],
41+
['query-string', 'https://github.com/sindresorhus/query-string'],
42+
['meow', 'https://github.com/sindresorhus/meow'],
43+
['globby', 'https://github.com/sindresorhus/globby'],
44+
['emittery', 'https://github.com/sindresorhus/emittery'],
45+
['p-queue', 'https://github.com/sindresorhus/p-queue'],
46+
['pretty-bytes', 'https://github.com/sindresorhus/pretty-bytes'],
47+
['normalize-url', 'https://github.com/sindresorhus/normalize-url']
3948
]);
4049

4150
const cwd = path.join(__dirname, 'eslint-config-unicorn-tester');

0 commit comments

Comments
 (0)