mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
When running vitests concurrently the target //client/browser:test fails
Revert "switch from jest to vitest for faster, simpler tests (#57886)"
This reverts commit ae5325e432.
20 lines
450 B
JSON
20 lines
450 B
JSON
{
|
|
"private": true,
|
|
"name": "@sourcegraph/codeintellify",
|
|
"version": "0.0.1",
|
|
"description": "Sourcegraph Codeintellify",
|
|
"main": "./src/index.ts",
|
|
"sideEffects": false,
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"lint:js": "eslint --cache 'src/**/*.[jt]s?(x)'",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@sourcegraph/extension-api-types": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@sourcegraph/common": "workspace:*"
|
|
}
|
|
}
|