Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ember-cli/ember-cli
/
Class
tests/unit/commands/test-test.js:411–411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
beforeEach(
function
() {
410
buildCleanupWasCalled = false;
411
options.Builder =
class
Builder extends CoreObject {
412
cleanup() {
413
buildCleanupWasCalled = true;
414
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected