mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 17:07:08 +02:00
chore: enable eslint-plugin-jest (#6375)
This commit is contained in:
parent
3e5944ef1f
commit
52db7320a6
32 changed files with 194 additions and 193 deletions
|
@ -62,7 +62,7 @@ describe('applyTrailingSlash', () => {
|
|||
).toEqual('/baseUrl/?query#anchor');
|
||||
});
|
||||
|
||||
test('should not apply to #anchor links ', () => {
|
||||
test('should not apply to #anchor links', () => {
|
||||
expect(applyTrailingSlash('#', params(true))).toEqual('#');
|
||||
expect(applyTrailingSlash('#', params(false))).toEqual('#');
|
||||
expect(applyTrailingSlash('#', params(undefined))).toEqual('#');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue