MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / stdout

Function stdout

tests/unit/models/hardware-info-test.js:76–80  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

74
75// helper function for creating test doubles of execa.sync
76function stdout(value) {
77 return () => ({
78 stdout: value,
79 });
80}
81
82describe('models/hardware-info.js', function () {
83 afterEach(function () {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…