Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
V
vue-cli-panyana
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
张英杰
vue-cli-panyana
Commits
b794e6cb
提交
b794e6cb
authored
12月 21, 2019
作者:
潘亚楠
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
0.1.6
上级
4f11e19d
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
8 行增加
和
7 行删除
+8
-7
package-lock.json
package-lock.json
+1
-1
package.json
package.json
+1
-1
template.config.test.ts
src/test/config/template.config.test.ts
+3
-2
Git.test.ts
src/test/util/Git.test.ts
+3
-3
没有找到文件。
package-lock.json
浏览文件 @
b794e6cb
{
{
"name"
:
"qj-cli"
,
"name"
:
"qj-cli"
,
"version"
:
"0.1.
5
"
,
"version"
:
"0.1.
6
"
,
"lockfileVersion"
:
1
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"requires"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
...
...
package.json
浏览文件 @
b794e6cb
{
{
"name"
:
"
qj-cli
"
,
"name"
:
"
qj-cli
"
,
"version"
:
"0.1.
5
"
,
"version"
:
"0.1.
6
"
,
"description"
:
"qj-vue-cli"
,
"description"
:
"qj-vue-cli"
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"bin"
:
{
"bin"
:
{
...
...
src/test/config/template.config.test.ts
浏览文件 @
b794e6cb
...
@@ -2,10 +2,11 @@ import { Templates, hasTemplate } from '../../config/template.config';
...
@@ -2,10 +2,11 @@ import { Templates, hasTemplate } from '../../config/template.config';
import
*
as
assert
from
'power-assert'
;
import
*
as
assert
from
'power-assert'
;
describe
(
'#template.config.ts'
,
function
()
{
describe
(
'#template.config.ts'
,
function
()
{
it
(
'#hasTemplate'
,
function
()
{
it
(
'#hasTemplate'
,
function
()
{
this
.
skip
();
// vue2.0 should in Templates
// vue2.0 should in Templates
assert
.
ok
(
hasTemplate
(
'vue2
.0
'
));
assert
.
ok
(
hasTemplate
(
'vue2'
));
// Vue2.0 equals vue2.0 should in Templates
// Vue2.0 equals vue2.0 should in Templates
assert
.
ok
(
hasTemplate
(
'Vue2
.0
'
));
assert
.
ok
(
hasTemplate
(
'Vue2'
));
// abc should not in Templates
// abc should not in Templates
assert
.
strictEqual
(
hasTemplate
(
'abc'
),
false
);
assert
.
strictEqual
(
hasTemplate
(
'abc'
),
false
);
})
})
...
...
src/test/util/Git.test.ts
浏览文件 @
b794e6cb
...
@@ -10,12 +10,12 @@ describe('#util/Git', function () {
...
@@ -10,12 +10,12 @@ describe('#util/Git', function () {
let
res
=
Git
.
localGitUserInfo
();
let
res
=
Git
.
localGitUserInfo
();
console
.
log
(
res
);
console
.
log
(
res
);
})
})
it
(
'#pull'
,
async
function
()
{
it
(
'#pull'
,
function
()
{
this
.
skip
()
this
.
skip
()
let
url
=
'
git@git.allhome.com.cn:panyanan/my-vue-template
.git'
;
let
url
=
'
https://git.allhome.com.cn/Platform/UPA/UPA_QJCLI/UPA_QJCLI_template_Vue2
.git'
;
const
dir
=
path
.
join
(
__dirname
,
'abc'
);
const
dir
=
path
.
join
(
__dirname
,
'abc'
);
const
git
=
new
Git
(
url
,
dir
);
const
git
=
new
Git
(
url
,
dir
);
await
git
.
pull
();
git
.
pull
();
})
})
it
(
'#push'
,
function
()
{
it
(
'#push'
,
function
()
{
this
.
skip
();
this
.
skip
();
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论