MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / onPrepare

Function onPrepare

interactive-visualizers/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 require('ts-node').register({
45 project: require('path').join(__dirname, './tsconfig.json')
46 });
47 jasmine.getEnv().addReporter(new SpecReporter({
48 spec: {
49 displayStacktrace: StacktraceOption.PRETTY
50 }
51 }));
52 }
53};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected