1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/src/test/e2e
Nuno Góis b496990f79
chore: add no unused imports biome rule (#5855)
Adds a Biome rule for "no unused imports", which is something we
sometimes have trouble catching.

We're adding this as a warning for now. It is safely and easily fixable
with `yarn lint:fix`.


![image](https://github.com/Unleash/unleash/assets/14320932/fd84dea8-6b20-4ba5-bfd8-047b9dcf2bff)

![image](https://github.com/Unleash/unleash/assets/14320932/990bb0b0-760a-4c5e-8136-d957e902bf0b)
2024-01-11 12:44:05 +00:00
..
__snapshots__ refactor: favor permission name over id (#5409) 2023-11-27 11:12:09 +00:00
api chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
helpers refactor: feature oriented architecture for project-environment (#5510) 2023-12-01 12:41:46 +01:00
routes
seed
services chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
stores feat: implement createdByUserId for all features (#5725) 2023-12-22 14:33:16 +01:00
custom-auth.test.ts fix: User audit events (create, update, delete) should include rootRole. (#5399) 2023-11-24 16:06:37 +01:00
dedupe-permissions.e2e.test.ts test: specify custom config in dbm (#5550) 2024-01-02 10:47:59 +00:00
favor-permission-name-over-id.e2e.test.ts test: specify custom config in dbm (#5550) 2024-01-02 10:47:59 +00:00
health.e2e.test.ts
migrator.e2e.test.ts
system-user-migration.test.ts chore:system user and events created by userid migrations (#5612) 2023-12-22 11:19:39 +01:00