You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Tools: Run Joplin Server Postgres tests on CI (#5807)
This commit is contained in:
@ -414,11 +414,6 @@ describe('models/Folder.sharing', function() {
|
||||
note3 = await Note.load(note3.id);
|
||||
note4 = await Note.load(note4.id);
|
||||
|
||||
console.info(note1.body);
|
||||
console.info(note2.body);
|
||||
console.info(note3.body);
|
||||
console.info(note4.body);
|
||||
|
||||
expect(note1.body).not.toBe(note2.body);
|
||||
expect(note1.body).not.toBe(note3.body);
|
||||
expect(note1.body).not.toBe(note4.body);
|
||||
|
Reference in New Issue
Block a user