parent
15b1b808df
commit
534eb109e9
5 changed files with 35 additions and 4 deletions
|
@ -52,6 +52,16 @@ const tests = [
|
|||
license: 'GPL',
|
||||
manager: 'yarn',
|
||||
template: 'default'
|
||||
},
|
||||
{
|
||||
name: 'my-custom-template',
|
||||
author: 'nala',
|
||||
description: 'this is a auto-generated test module. please ignore.',
|
||||
repo: 'nala/my-custom-template',
|
||||
license: 'GPL',
|
||||
manager: 'yarn',
|
||||
template: 'custom',
|
||||
templatePath: './template/default'
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue