Skip to content

Commit 9c2d7cc

Browse files
authored
Change basename option to stem in test
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 90e2683 commit 9c2d7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/remark-lint/src/rules/__tests__/invalid-deprecations.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe('invalid-deprecations', () => {
9999
invalidDeprecations,
100100
input,
101101
expected,
102-
{ basename: 'deprecations' },
102+
{ stem: 'deprecations' },
103103
options
104104
)
105105
);

0 commit comments

Comments
 (0)