Skip to content

Commit 67b3eb8

Browse files
committed
Add some old lib
1 parent 75c4d78 commit 67b3eb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/integration/projects.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ module.exports = [
150150
// These two project use `decorator`, try to enable when we use `@babel/eslint-parser`
151151
// 'https://github.com/untitled-labs/metabase-custom',
152152
// 'https://github.com/TheThingsNetwork/lorawan-stack',
153+
'https://github.com/prototypejs/prototype',
154+
'https://github.com/jquery/jquery',
155+
'https://github.com/mootools/mootools-core',
156+
'https://github.com/yui/yui3',
157+
'https://github.com/dojo/dojo'
153158
].map(project => {
154159
if (typeof project === 'string') {
155160
project = {repository: project};

0 commit comments

Comments
 (0)