mirror of https://github.com/laurent22/joplin.git
Tools: fixed tests
parent
38bf7c746b
commit
85e20a61d9
|
@ -24,7 +24,7 @@ describe('buildServerDocker', function() {
|
||||||
|
|
||||||
const testCases: TestCase[] = [
|
const testCases: TestCase[] = [
|
||||||
['server-v1.1.2-beta', true],
|
['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) {
|
for (const testCase of testCases) {
|
||||||
|
|
Loading…
Reference in New Issue