Skip to content

Commit

Permalink
style: code
Browse files Browse the repository at this point in the history
Change-Id: Id071921a9da55cc825acb61bc902312a69bc2721
  • Loading branch information
x-cold committed Sep 7, 2018
1 parent ea67d43 commit c0af691
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "eslint-config-egg",
"parserOptions": {
"ecmaVersion": 2017
}
"extends": "eslint-config-egg",
"parserOptions": {
"ecmaVersion": 2017
}
}
2 changes: 1 addition & 1 deletion test/yuque.test.js
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ const path = require('path');
const coffee = require('coffee');
const assert = require('assert');

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

0 comments on commit c0af691

Please sign in to comment.