()
| 41 | print: function () {}, |
| 42 | }, |
| 43 | onPrepare() { |
| 44 | if (!isBazel) { |
| 45 | require('ts-node').register({ |
| 46 | project: require('path').join(__dirname, './tsconfig.json'), |
| 47 | }); |
| 48 | } |
| 49 | jasmine |
| 50 | .getEnv() |
| 51 | .addReporter(new SpecReporter({spec: {displayStacktrace: StacktraceOption.PRETTY}})); |
| 52 | }, |
| 53 | }; |
| 54 | |
| 55 | if (isBazel) { |