From 97881d9b8c4acbaa0c225cfb182a9e7061d06dd8 Mon Sep 17 00:00:00 2001 From: curbengh <43627182+curbengh@users.noreply.github.com> Date: Tue, 31 Dec 2019 07:38:47 +0000 Subject: [PATCH] refactor(test-models-category): native Promise --- test/scripts/models/category.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/scripts/models/category.js b/test/scripts/models/category.js index 4f40b9488a..a47cf02256 100644 --- a/test/scripts/models/category.js +++ b/test/scripts/models/category.js @@ -1,6 +1,5 @@ 'use strict'; -const Promise = require('bluebird'); const { full_url_for } = require('hexo-util'); describe('Category', () => {