Browse Source
* chore: update host * chore: rm gitee mirror * chore: lint * chore: ignore crop-imgaepull/38833/head
MadCcc
2 years ago
committed by
GitHub
5 changed files with 13 additions and 38 deletions
@ -1,3 +1,3 @@ |
|||
import { extendTest } from '../../../tests/shared/demoTest'; |
|||
|
|||
extendTest('upload'); |
|||
extendTest('upload', { skip: ['crop-image.md'] }); |
|||
|
@ -1,3 +1,3 @@ |
|||
import demoTest from '../../../tests/shared/demoTest'; |
|||
|
|||
demoTest('upload'); |
|||
demoTest('upload', { skip: ['crop-image.md'] }); |
|||
|
@ -1,5 +1,5 @@ |
|||
import { imageDemoTest } from '../../../tests/shared/imageTest'; |
|||
|
|||
describe('Upload image', () => { |
|||
imageDemoTest('upload'); |
|||
imageDemoTest('upload', { skip: ['crop-image.md'] }); |
|||
}); |
|||
|
Loading…
Reference in new issue