UNPKG

rx-postmessenger

Version:

Minimal RxJS adapter for the window.postMessage API for request-response streams and notification streams across frame windows.

11 lines (10 loc) 214 B
module.exports = { preset: 'ts-jest', testEnvironment: 'jsdom', verbose: true, collectCoverage: true, collectCoverageFrom: [ './src/**/*.ts' ], coverageDirectory: 'coverage', };