Skip to content

Commit

Permalink
migrate to chai@5
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Jan 13, 2025
1 parent 2ad4510 commit 095d07b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .mocharc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
color: true
require:
- "chai/register-should.js"
1 change: 0 additions & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

require('chai').should();
const { encodeURL, escapeHTML, url_for } = require('hexo-util');
const Hexo = require('hexo');
const { join } = require('path').posix;
Expand Down

0 comments on commit 095d07b

Please sign in to comment.