Skip to content

Commit a1ab373

Browse files
committed
test: load gitea and gitlab in client manager test
1 parent 492659a commit a1ab373

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/client-manager.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ test.beforeEach(async (t) => {
1414
'../scripts/github-light.js',
1515
'../scripts/github-user-token.js',
1616
'../scripts/github-enterprise-pat.js',
17+
'../scripts/gitlab.js',
18+
'../scripts/gitea.js',
1719
'../scripts/client-manager.js'
1820
]);
1921
t.context.window = dom.window;

0 commit comments

Comments
 (0)