1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Tools: Make server build more configurable

This commit is contained in:
Laurent Cozic
2022-02-23 09:02:13 +00:00
parent cc69cabf9b
commit 46490113a2
6 changed files with 31 additions and 16 deletions

View File

@@ -15,8 +15,6 @@ describe('buildServerDocker', function() {
const actual = getVersionFromTag(tagName, isPreRelease);
expect(actual).toBe(expected);
}
expect(() => getVersionFromTag('app-cli-v1.0.0', false)).toThrow();
});
test('should check if it is a pre-release', async () => {