Skip to content

Commit

Permalink
Merge ca089b0 into f94421c
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 2, 2023
2 parents f94421c + ca089b0 commit 493a0d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"cheerio": "^0.22.0",
"eslint": "^8.6.0",
"eslint-config-hexo": "^5.0.0",
"hexo": "^6.0.0",
"hexo": "^7.0.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions test/index.js
Expand Up @@ -48,7 +48,7 @@ describe('Feed generator', () => {
const Post = hexo.model('Post');
const generator = require('../lib/generator').bind(hexo);

require('../node_modules/hexo/lib/plugins/helper')(hexo);
require('../node_modules/hexo/dist/plugins/helper')(hexo);

let posts = {};
let locals = {};
Expand Down Expand Up @@ -441,7 +441,7 @@ it('No posts', () => {
const Post = hexo.model('Post');
const generator = require('../lib/generator').bind(hexo);

require('../node_modules/hexo/lib/plugins/helper')(hexo);
require('../node_modules/hexo/dist/plugins/helper')(hexo);

hexo.config.feed = {
type: 'atom',
Expand Down

0 comments on commit 493a0d8

Please sign in to comment.