File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
test/unit/partials/config Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
-
2
1
import { PluginOptions , RemoteUser } from '@verdaccio/types' ;
2
+
3
3
import { VerdaccioGitlabConfig } from '../../../../src/gitlab' ;
4
4
import { UserDataGroups } from '../../../../src/authcache' ;
5
-
6
5
import logger from '../logger' ;
7
6
import { UserData } from '../../../../src/authcache' ;
8
7
@@ -12,14 +11,14 @@ const verdaccioGitlabConfig: VerdaccioGitlabConfig = {
12
11
} ;
13
12
14
13
const options : PluginOptions < VerdaccioGitlabConfig > = {
15
- //@ts -ignore
14
+ // @ts -ignore
16
15
config : { } ,
17
- //@ts -ignore
16
+ // @ts -ignore
18
17
logger : logger
19
18
} ;
20
19
21
- const user : string = 'myUser' ;
22
- const pass : string = 'myPass' ;
20
+ const user = 'myUser' ;
21
+ const pass = 'myPass' ;
23
22
const remoteUser : RemoteUser = {
24
23
real_groups : [ 'myGroup' , 'anotherGroup/myProject' , user ] ,
25
24
groups : [ 'myGroup' , 'anotherGroup/myProject' , user ] ,
You can’t perform that action at this time.
0 commit comments