Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benasher44 committed Jan 8, 2024
1 parent a4f6fa4 commit 867c7ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/ajv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ const AjvClass: typeof Ajv = typeof window == "object" ? (window as any).ajv7 :

export default AjvClass
module.exports = AjvClass
module.exports.default = AjvClass

0 comments on commit 867c7ea

Please sign in to comment.