We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4cb5e commit 6f96e99Copy full SHA for 6f96e99
tests/lib/entry.spec.mjs
@@ -282,9 +282,10 @@ describe('docdown', () => {
282
'',
283
);
284
285
+ assert.ok(!entry.isAlias());
286
assert.equal(entry.getHash('default'), 'Foo-foo')
287
})
- it('default style decorated as alias', () => {
288
+ it('default style decorated as forced-alias', () => {
289
const entry = new Entry(
290
strip_test_spacing(
291
`/**
0 commit comments