mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
fix(build): Updated meta locations tests.
This commit is contained in:
parent
66abcddafc
commit
9e20acebaa
@ -198,6 +198,9 @@ test('metaLocations default URL', async () => {
|
||||
ParagraphInput: {
|
||||
url: `https://blocks-cdn.lowdefy.com/v${version}/blocks-antd/meta/ParagraphInput.json`,
|
||||
},
|
||||
PasswordInput: {
|
||||
url: `https://blocks-cdn.lowdefy.com/v${version}/blocks-antd/meta/PasswordInput.json`,
|
||||
},
|
||||
Progress: {
|
||||
url: `https://blocks-cdn.lowdefy.com/v${version}/blocks-antd/meta/Progress.json`,
|
||||
},
|
||||
@ -452,6 +455,9 @@ test('metaLocations configured URL', async () => {
|
||||
ParagraphInput: {
|
||||
url: 'https://blocks.server.com/blocks-antd/meta/ParagraphInput.json',
|
||||
},
|
||||
PasswordInput: {
|
||||
url: 'https://blocks.server.com/blocks-antd/meta/PasswordInput.json',
|
||||
},
|
||||
Progress: {
|
||||
url: 'https://blocks.server.com/blocks-antd/meta/Progress.json',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user