()
| 41 | print: function() {} |
| 42 | }, |
| 43 | onPrepare() { |
| 44 | require('ts-node').register({ |
| 45 | project: require('path').join(__dirname, './tsconfig.json') |
| 46 | }); |
| 47 | jasmine.getEnv().addReporter(new SpecReporter({ |
| 48 | spec: { |
| 49 | displayStacktrace: StacktraceOption.PRETTY |
| 50 | } |
| 51 | })); |
| 52 | } |
| 53 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected