Skip to content

Commit 9a69653

Browse files
committed
Add some old lib to integration test
1 parent 75c4d78 commit 9a69653

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/integration/projects.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,15 @@ module.exports = [
146146
// #1030
147147
'https://github.com/astrofox-io/astrofox',
148148
// #1075
149-
'https://github.com/jaredLunde/masonic'
149+
'https://github.com/jaredLunde/masonic',
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)