ipld-eth-server/postgraphile/spec/helpers/ts_console.ts

8 lines
274 B
TypeScript
Raw Normal View History

2019-04-01 20:15:08 +00:00
// NOTE: This file helps Jasmine
// comprehend TS sourcemaps by installing a reporter
// specifically for TypeScript
const TSConsoleReporter = require('jasmine-ts-console-reporter');
jasmine.getEnv().clearReporters();
jasmine.getEnv().addReporter(new TSConsoleReporter());