/
githubmirror
/
hexo
Обзор
Документация
Войти
/
githubmirror
/
hexo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.2.0
test/index.js
19 строк
514 B
segayuu
Use chai/register-should
17 окт 2018, 04:14
17 окт 2018, 04:14
9f52ef1
Код
Авторство
О чём код?
'use strict'; require('chai').use(require('chai-as-promised')); describe('Hexo', () => { require('./scripts/box'); require('./scripts/console'); require('./scripts/extend'); require('./scripts/filters'); require('./scripts/generators'); require('./scripts/helpers'); require('./scripts/hexo'); require('./scripts/models'); require('./scripts/processors'); require('./scripts/renderers'); require('./scripts/tags'); require('./scripts/theme'); require('./scripts/theme_processors'); });