Skip to content

Commit

Permalink
prettier:write to pass CI
Browse files Browse the repository at this point in the history
Signed-off-by: efebarlas <ebarlas@purdue.edu>
  • Loading branch information
efebarlas committed Nov 10, 2021
1 parent b29cd91 commit d9ea90c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spec/issues/1683_re2_engine.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const instances = getAjvAllInstances(options, {
instances.forEach((ajv) => {
ajv.opts.code.source = true
ajv.opts.code.formats = _`{allowedUnknown: true}`
ajv.opts.code.regExp = re2;
ajv.opts.code.regExp = re2
})

jsonSchemaTest(withStandalone(instances), {
Expand Down
5 changes: 2 additions & 3 deletions spec/issues/pattern.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = [
{name: "$data/format", test: require("../extras/$data/format.json")},
{name: "$data/pattern", test: require("../extras/$data/pattern.json")},
{name: "$data/format", test: require("../extras/$data/format.json")},
{name: "$data/pattern", test: require("../extras/$data/pattern.json")},
]

0 comments on commit d9ea90c

Please sign in to comment.