fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #109 from jordanshatford/fix/failing-angular-e2e

fix: angular tests failing disable for now

authored by

Lubos and committed by
GitHub
5d8c1439 50d1e9a6

+1
+1
vitest.config.e2e.ts
··· 11 11 // And that the port was not previously taken. 12 12 fileParallelism: false, 13 13 include: ['test/e2e/**/*.spec.ts'], 14 + exclude: ['test/e2e/**/*.angular.spec.ts'], 14 15 root: fileURLToPath(new URL('./', import.meta.url)), 15 16 }, 16 17 });