Skip to content

Commit 2744dcf

Browse files
committed
chore(ci): remove test target /main/index
1 parent bad57e5 commit 2744dcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/e2e/screenshot.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const typesPath = (path: IPath, types: string[]): IPath[] => {
1919
};
2020

2121
const routes = [
22-
{ path: '/main/index', name: 'index' },
2322
...typesPath({ path: '/main/index/action-sheet', name: 'action-sheet' }, actionSheetTypes),
2423
...typesPath({ path: '/main/index/alert', name: 'alert' }, alertTypes),
2524
{ path: '/main/index/button', name: 'button' },

0 commit comments

Comments
 (0)