feat: add unlimited workspace support (#5523)

fix AFF-505
This commit is contained in:
DarkSky
2024-01-10 07:28:52 +00:00
parent a59fe1b49e
commit 0d7ffb0511
7 changed files with 64 additions and 16 deletions

View File

@@ -129,7 +129,11 @@ test.beforeEach(async t => {
.overrideProvider(PrismaService)
.useValue(FakePrisma)
.overrideProvider(FeatureManagementService)
.useValue({})
.useValue({
hasWorkspaceFeature() {
return false;
},
})
.compile();
const app = module.createNestApplication();
app.use(