mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:51:59 +00:00
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
// @ts-check
|
|
|
|
/** @type {import('@jest/types').Config.InitialOptions} */
|
|
module.exports = {
|
|
projects: ['client/*/jest.config.js'],
|
|
}
|