添加gfilter专用worker (#103)
Co-authored-by: kdletters <kdletters@qq.com> Reviewed-on: https://git.genarrative.world/git/GenarrativeAI/Genarrative/pulls/103 Co-authored-by: Linghong <ink29535@proton.me> Co-committed-by: Linghong <ink29535@proton.me>
This commit was merged in pull request #103.
This commit is contained in:
@@ -232,6 +232,7 @@ export function setupImageCanvasEditorViewTestLifecycle({
|
||||
saveEditorProjectLayoutMock,
|
||||
}: ImageCanvasEditorViewServiceMocks) {
|
||||
beforeEach(() => {
|
||||
window.sessionStorage.clear();
|
||||
vi.spyOn(HTMLCanvasElement.prototype, 'getContext').mockReturnValue(null);
|
||||
loadOrCreateRecentEditorProjectMock.mockImplementation(() =>
|
||||
immediateAsync({
|
||||
|
||||
Reference in New Issue
Block a user