We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea67d43 commit c0af691Copy full SHA for c0af691
.eslintrc
@@ -1,6 +1,6 @@
1
{
2
- "extends": "eslint-config-egg",
3
- "parserOptions": {
4
- "ecmaVersion": 2017
5
- }
+ "extends": "eslint-config-egg",
+ "parserOptions": {
+ "ecmaVersion": 2017
+ }
6
}
test/yuque.test.js
@@ -4,7 +4,7 @@ const path = require('path');
const coffee = require('coffee');
const assert = require('assert');
7
-describe('test/my-git.test.js', () => {
+describe('test/hexo-project.test.js', () => {
8
const myBin = require.resolve('../bin/yuque-hexo');
9
const cwd = path.join(__dirname, 'hexo-project');
10
0 commit comments