Skip to content

Commit

Permalink
Move tdl-install-types/schema/ to the tests dir
Browse files Browse the repository at this point in the history
  • Loading branch information
eilvelia committed Mar 3, 2024
1 parent c6082ac commit 4f1840d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tdl-install-types/tests/generator.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { generate } = require('../src/gen.js')

require('jest-specific-snapshot')

const schemaDir = path.join(__dirname, '..', 'schema')
const schemaDir = path.join(__dirname, 'schema')

const schema180 = fs.readFileSync(path.join(schemaDir, 'v1.8.0.tl'))
.toString()
Expand Down
File renamed without changes.

0 comments on commit 4f1840d

Please sign in to comment.