Skip to content

Commit

Permalink
remove only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoniangreen committed Aug 7, 2024
1 parent 1110b70 commit e99d84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/issues/2477_informative_pattern_errors.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import _Ajv from "../ajv2020"
import * as assert from "assert"

describe.only("Invalid regexp patterns should throw more informative errors (issue #2477)", () => {
describe("Invalid regexp patterns should throw more informative errors (issue #2477)", () => {
it("throws with pattern and schema path", () => {
const ajv = new _Ajv()

Expand Down

0 comments on commit e99d84f

Please sign in to comment.