MCPcopy
hub / github.com/meteor/meteor / exception

Method exception

packages/tinytest/tinytest.js:100–102  ·  view source on GitHub ↗
(exception)

Source from the content-addressed store, hash-verified

98 // call its callback (onComplete function); (2) the test function
99 // doesn't directly raise an exception.
100 exception(exception) {
101 this.onException(exception);
102 }
103
104 // returns a unique ID for this test run, for convenience use by
105 // your tests

Callers 15

processControlFileMethod · 0.80
buildCommandFunction · 0.80
compiler.jsFile · 0.80
runLintersFunction · 0.80
runCompilerPluginsMethod · 0.80
compileOneJsResourceMethod · 0.80
minifyJsMethod · 0.80
bundler.jsFile · 0.80
loadMethod · 0.80
build-plugin.jsFile · 0.80
package-source.jsFile · 0.80
promise-tests.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected