Skip to content

Commit

Permalink
lock smoke test to Asciidoctor.js 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jun 26, 2023
1 parent d24a39f commit a14db3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/test/tabs-smoke-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('tabs smoke test', () => {
it('should generate same output as Ruby extension', async () => {
const inputPath = ospath.join(FIXTURES_DIR, 'smoke.adoc')
const scenarios = {
js: { requirePath: PACKAGE_DIR, baseCommand: ['npx', '--yes'] },
js: { requirePath: PACKAGE_DIR, baseCommand: ['npx', '--yes', '--package', 'asciidoctor@2'] },
rb: { requirePath: 'asciidoctor/tabs', baseCommand: ['bundle', 'exec'] },
}
const results = {}
Expand Down

0 comments on commit a14db3d

Please sign in to comment.