Skip to content

Commit a2bce4e

Browse files
authored
chore: fix imports so e2e tests pass (#977)
* refactor: resolve test issues by changing imports * refactor: fix imports in projects/fetch * refactor: fix imports in projects/edit * refactor: fix imports in HubSites and test * refactor: remove commented imports
1 parent e2107a5 commit a2bce4e

28 files changed

+2454
-272
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,8 @@ test.html
9090
!.vscode/extensions.json
9191

9292
## ignore ultra build cache info
93-
/**/*/.ultra.cache.json
93+
/**/*/.ultra.cache.json
94+
95+
# Madge graphs
96+
/graph.svg
97+
/**/*/graph.svg

0 commit comments

Comments
 (0)