mirror of https://github.com/OpenVidu/openvidu.git
8 lines
111 B
TypeScript
8 lines
111 B
TypeScript
![]() |
import type { Config } from "jest";
|
||
|
|
||
|
const config: Config = {
|
||
|
preset: "ts-jest"
|
||
|
};
|
||
|
|
||
|
export default config;
|