We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afc7d4 commit d565a13Copy full SHA for d565a13
1 file changed
tests/unit/page.js
@@ -369,7 +369,7 @@ describe('Page class', () => {
369
370
describe('platform specific content', () => {
371
test('page.defaultPlatform frontmatter', async () => {
372
- const page = new Page({
+ const page = await Page.init({
373
relativePath: 'actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md',
374
basePath: path.join(__dirname, '../../content'),
375
languageCode: 'en'
0 commit comments