/
githubmirror
/
hexo
Обзор
Документация
Войти
/
githubmirror
/
hexo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
5.0.2
test/index.js
19 строк
481 B
segayuu
remove(package): Remove no use packages
25 фев 2020, 14:56
25 фев 2020, 14:56
923d1c9
Код
Авторство
О чём код?
'use strict'; require('chai'); 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'); });