Skip to content

Commit

Permalink
test file to es6
Browse files Browse the repository at this point in the history
  • Loading branch information
Abner Chou authored and Abner Chou committed Apr 6, 2017
1 parent 4b02684 commit cd8f131
Show file tree
Hide file tree
Showing 128 changed files with 2,725 additions and 4,118 deletions.
2 changes: 0 additions & 2 deletions test/fixtures/post_render.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

var util = require('hexo-util');

var code = [
Expand Down
4 changes: 1 addition & 3 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
'use strict';

var chai = require('chai');

chai.use(require('chai-as-promised'));

describe('Hexo', function() {
describe('Hexo', () => {
require('./scripts/box');
require('./scripts/console');
require('./scripts/extend');
Expand Down
Loading

0 comments on commit cd8f131

Please sign in to comment.