test: 跳过 pubsub测试

This commit is contained in:
Ivan Li 2021-05-03 17:14:24 +08:00
parent c4a0f3e405
commit 2b7e344931
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "fennec-be", "name": "blog-be",
"version": "0.0.1", "version": "0.0.1",
"description": "", "description": "",
"author": "", "author": "",

View File

@ -4,7 +4,7 @@ import { PubSub } from './pub-sub';
debug.enable('app:pubsub:*'); debug.enable('app:pubsub:*');
describe('PubSub', () => { describe.skip('PubSub', () => {
let instance: PubSub; let instance: PubSub;
beforeEach(async () => { beforeEach(async () => {