test: 跳过 pubsub测试
This commit is contained in:
@ -4,7 +4,7 @@ import { PubSub } from './pub-sub';
|
||||
|
||||
debug.enable('app:pubsub:*');
|
||||
|
||||
describe('PubSub', () => {
|
||||
describe.skip('PubSub', () => {
|
||||
let instance: PubSub;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
Reference in New Issue
Block a user