Skip to content

Commit

Permalink
Fixed path to cjs library
Browse files Browse the repository at this point in the history
  • Loading branch information
gbisurgi committed Apr 29, 2024
1 parent 29a3392 commit de4f6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/tests/draft2020-12.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* global describe it expect */
const Jedi = require('../../../dist/jedi')
const Jedi = require('../../../dist/jedi.umd.cjs')

const suites = [
require('../../../node_modules/json-schema-test-suite/tests/draft2020-12/additionalProperties.json'),
Expand Down

0 comments on commit de4f6fa

Please sign in to comment.