mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-30 10:36:35 +02:00
Chore: Added server test
This commit is contained in:
parent
82331c9b93
commit
17f82c426a
@ -73,6 +73,7 @@ describe('shares.link', function() {
|
||||
expect(bodyHtml).toContain('rendered-md'); // Means we have the HTML body
|
||||
expect(bodyHtml).toContain('Testing title'); // Means the note has been rendered
|
||||
expect(bodyHtml).toContain('Testing body');
|
||||
expect(bodyHtml).toContain('<title>Testing title'); // Means the page title is set to the note title
|
||||
});
|
||||
|
||||
test('should load plugins', async function() {
|
||||
|
Loading…
Reference in New Issue
Block a user