1
0
mirror of synced 2025-12-21 19:06:49 -05:00

fix: update ghesReleaseNotesSchema's module name

Closes https://github.com/github/docs-engineering/issues/920
This commit is contained in:
Francis
2021-09-23 14:33:36 -07:00
committed by GitHub
parent cff6a8ade8
commit 53ec53d5ac

View File

@@ -18,7 +18,7 @@ import fm from '../lib/frontmatter.js'
import matter from 'gray-matter'
import chalk from 'chalk'
import yaml from 'js-yaml'
import ghesReleaseNotesSchema from '../tests/helpers/schemas/release-notes-schema.js'
import ghesReleaseNotesSchema from '../tests/helpers/schemas/ghes-release-notes-schema.js'
import revalidator from 'revalidator'
const __dirname = path.dirname(fileURLToPath(import.meta.url))