From 2b7e344931b6aeb3668b8becde38e0a3a450bcd6 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Mon, 3 May 2021 17:14:24 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E8=B7=B3=E8=BF=87=20pubsub=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/commons/pub-sub/pub-sub.spec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f90c67..a9a7b43 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "fennec-be", + "name": "blog-be", "version": "0.0.1", "description": "", "author": "", diff --git a/src/commons/pub-sub/pub-sub.spec.ts b/src/commons/pub-sub/pub-sub.spec.ts index b988b9d..f916f15 100644 --- a/src/commons/pub-sub/pub-sub.spec.ts +++ b/src/commons/pub-sub/pub-sub.spec.ts @@ -4,7 +4,7 @@ import { PubSub } from './pub-sub'; debug.enable('app:pubsub:*'); -describe('PubSub', () => { +describe.skip('PubSub', () => { let instance: PubSub; beforeEach(async () => {