MCPcopy Index your code
hub / github.com/angular/components / onPrepare

Function onPrepare

docs/e2e/protractor.conf.js:42–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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
52if (isBazel) {

Callers

nothing calls this directly

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected