mirror of
https://github.com/stoatchat/javascript-lingui-solid.git
synced 2026-07-01 21:44:23 -04:00
10 lines
200 B
JavaScript
10 lines
200 B
JavaScript
/**
|
|
* @type {import("jest").Config}
|
|
*/
|
|
module.exports = {
|
|
displayName: "tsd",
|
|
testMatch: ["**/__typetests__/*.test-d.{ts,tsx}"],
|
|
runner: "jest-runner-tsd",
|
|
roots: ["<rootDir>/packages/"],
|
|
}
|