Skip to content

Commit c0af691

Browse files
committed
style: code
Change-Id: Id071921a9da55cc825acb61bc902312a69bc2721
1 parent ea67d43 commit c0af691

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.eslintrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"extends": "eslint-config-egg",
3-
"parserOptions": {
4-
"ecmaVersion": 2017
5-
}
2+
"extends": "eslint-config-egg",
3+
"parserOptions": {
4+
"ecmaVersion": 2017
5+
}
66
}

test/yuque.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path');
44
const coffee = require('coffee');
55
const assert = require('assert');
66

7-
describe('test/my-git.test.js', () => {
7+
describe('test/hexo-project.test.js', () => {
88
const myBin = require.resolve('../bin/yuque-hexo');
99
const cwd = path.join(__dirname, 'hexo-project');
1010

0 commit comments

Comments
 (0)