sourcegraph/client/codeintellify/jest.config.js
GitStart-SourceGraph f9dc317cfe
refactor: extract codeintellify as new package (#29233)
* refactor: extract codeintellify as new package

* feat: add client/codeintellify into lsif-ts

Co-authored-by: gitstart-sourcegraph <gitstart@users.noreply.github.com>
2022-01-10 22:29:47 +07:00

14 lines
232 B
JavaScript

// @ts-check
const config = require('../../jest.config.base')
const exportedConfig = {
...config,
displayName: 'codeintellify',
rootDir: __dirname,
roots: ['<rootDir>'],
verbose: true,
}
module.exports = exportedConfig