You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Tools: fixed tests
This commit is contained in:
@@ -24,7 +24,7 @@ describe('buildServerDocker', function() {
|
||||
|
||||
const testCases: TestCase[] = [
|
||||
['server-v1.1.2-beta', true],
|
||||
['server-v1.1.2', false],
|
||||
['server-v1.1.2', true], // For now, always returns true
|
||||
];
|
||||
|
||||
for (const testCase of testCases) {
|
||||
|
||||
Reference in New Issue
Block a user