MCPcopy Create free account
hub / github.com/auth0-samples/auth0-ionic-samples / onPrepare

Function onPrepare

angular/e2e/protractor.conf.js:27–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected