Skip to content

Commit

Permalink
fix: removed only
Browse files Browse the repository at this point in the history
  • Loading branch information
akp111 committed Oct 18, 2023
1 parent a86e95c commit 6ce3201
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ describe('PushAPI.channel functionality', () => {
}, 10000000000);
});

describe.only('channel :: settings', () => {
describe.skip('channel :: settings', () => {
it('Should create channel', async () => {
const res = await userKate.channel.setting([
{type: 2, default: 5, description: "My notif setting 2", data: {upper:100, lower:5, ticker: 10, enabled: true}},
Expand Down

0 comments on commit 6ce3201

Please sign in to comment.