You've already forked joplin
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:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user