Skip to content

Commit

Permalink
Don't import from root URL (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
theneva committed Apr 29, 2022
1 parent c028655 commit a36a19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/stores/project-store.ts
@@ -1,4 +1,4 @@
import { IEnvironmentProjectLink } from 'lib/db/project-store';
import { IEnvironmentProjectLink } from '../../db/project-store';
import { IProject, IProjectWithCount } from '../model';
import { Store } from './store';

Expand Down

3 comments on commit a36a19c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.2% 5171/5670
🟡 Branches 79.31% 805/1015
🟢 Functions 86.18% 1216/1411
🟢 Lines 91.12% 5050/5542

Test suite run success

860 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from f59e8f6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.2% 5171/5670
🟡 Branches 79.31% 805/1015
🟢 Functions 86.18% 1216/1411
🟢 Lines 91.12% 5050/5542

Test suite run success

860 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from 5fc0703

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.2% 5171/5670
🟡 Branches 79.31% 805/1015
🟢 Functions 86.18% 1216/1411
🟢 Lines 91.12% 5050/5542

Test suite run success

860 tests passing in 124 suites.

Report generated by 🧪jest coverage report action from fa1b24e

Please sign in to comment.