Skip to content

Commit

Permalink
chore: remove .only from json keys test
Browse files Browse the repository at this point in the history
  • Loading branch information
VisargD committed Sep 10, 2024
1 parent 5e6cf0c commit 5577ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/default/default.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe('jsonSchema handler', () => {
});
});

describe.only('jsonKeys handler', () => {
describe('jsonKeys handler', () => {
it('should validate JSON with "any" operator', async () => {
const context: PluginContext = {
response: {
Expand Down

0 comments on commit 5577ee1

Please sign in to comment.