mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
* 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
8 lines
171 B
TypeScript
8 lines
171 B
TypeScript
import { defineProjectWithDefaults } from '../../vitest.shared'
|
|
|
|
export default defineProjectWithDefaults(__dirname, {
|
|
test: {
|
|
environment: 'jsdom',
|
|
},
|
|
})
|