From 43f3c377bc15d0bcee839a38abf568a65ca1c982 Mon Sep 17 00:00:00 2001 From: D-Sketon <2055272094@qq.com> Date: Sun, 3 Mar 2024 17:58:50 +0800 Subject: [PATCH] chore: remove unused test entry file --- test/index.js | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 test/index.js diff --git a/test/index.js b/test/index.js deleted file mode 100644 index 5baf989398..0000000000 --- a/test/index.js +++ /dev/null @@ -1,20 +0,0 @@ -'use strict'; - -const chai = require('chai'); -global.should = chai.should(); - -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'); -});