()
| 25 | print: function() {} |
| 26 | }, |
| 27 | onPrepare() { |
| 28 | require('ts-node').register({ |
| 29 | project: require('path').join(__dirname, './tsconfig.json') |
| 30 | }); |
| 31 | jasmine.getEnv().addReporter(new SpecReporter({ |
| 32 | spec: { |
| 33 | displayStacktrace: StacktraceOption.PRETTY |
| 34 | } |
| 35 | })); |
| 36 | } |
| 37 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected