1
0
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:
Laurent Cozic 2021-09-02 11:44:13 +01:00
parent 82331c9b93
commit 17f82c426a

View File

@ -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() {