Skip to content

Commit 6f96e99

Browse files
committed
check Entry::isAlias()
1 parent 5a4cb5e commit 6f96e99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/lib/entry.spec.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,10 @@ describe('docdown', () => {
282282
'',
283283
);
284284

285+
assert.ok(!entry.isAlias());
285286
assert.equal(entry.getHash('default'), 'Foo-foo')
286287
})
287-
it('default style decorated as alias', () => {
288+
it('default style decorated as forced-alias', () => {
288289
const entry = new Entry(
289290
strip_test_spacing(
290291
`/**

0 commit comments

Comments
 (0)