test: 跳过 pubsub测试
This commit is contained in:
parent
c4a0f3e405
commit
2b7e344931
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "fennec-be",
|
||||
"name": "blog-be",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"author": "",
|
||||
|
@ -4,7 +4,7 @@ import { PubSub } from './pub-sub';
|
||||
|
||||
debug.enable('app:pubsub:*');
|
||||
|
||||
describe('PubSub', () => {
|
||||
describe.skip('PubSub', () => {
|
||||
let instance: PubSub;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user