UNPKG

laravel-echo

Version:

Laravel Echo library for beautiful Pusher and Socket.IO integration

13 lines (12 loc) 237 B
module.exports = { transform: { "^.+\\.tsx?$": [ "ts-jest", { isolatedModules: true } ], }, extensionsToTreatAsEsm: [".ts"], testEnvironment: "node", };