MCPcopy Create free account
hub / github.com/angular/components / onPrepare

Function onPrepare

docs/scenes/e2e/protractor.conf.js:43–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected