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