sourcegraph/client/cody-ui/vitest.config.ts
Vova Kulikov ff6f396abb
Cody web: Bring back old packages from git history (#61376)
* Add cody-shared package

* Add cody-ui package

* Adjust web package and install new deps

* Minor fixes in build bazel

* Configure

* Run prettier

* Run prettier

* Fix linters

* Fix eslint problems

* Update tsconfig refs

* Remove unused code

* Update packages build files

* Update packages build files

* Update packages build files 2

* Remove wildcard from cody-ui

* Attempt to fix bazel file for cody-ui

* Run prettier

* fix cody bazel file

* Update tsconfig refs

* Remove unused/unsupported recipes  from cody-shared
2024-04-08 14:21:41 +02:00

8 lines
171 B
TypeScript

import { defineProjectWithDefaults } from '../../vitest.shared'
export default defineProjectWithDefaults(__dirname, {
test: {
environment: 'jsdom',
},
})