test: add electron test (#1840)

This commit is contained in:
Himself65
2023-04-24 18:53:36 -05:00
committed by GitHub
parent 9c94d05dd8
commit d3ce90e721
18 changed files with 212 additions and 33 deletions

View File

@@ -37,7 +37,7 @@ export const ChangeLog = () => {
<StyledChangeLogWrapper isClose={isClose}>
<StyledChangeLog data-testid="change-log" isClose={isClose}>
<StyledLink
href='https://github.com/toeverything/AFFiNE/releases'
href="https://github.com/toeverything/AFFiNE/releases"
target="_blank"
>
<NewIcon />

View File

@@ -1,4 +1,3 @@
import { config } from '@affine/env';
import { useTranslation } from '@affine/i18n';
import { WorkspaceFlavour } from '@affine/workspace/type';