MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / assertFilesExist

Function assertFilesExist

tests/acceptance/pods-destroy-test.js:52–56  ·  view source on GitHub ↗
(files)

Source from the content-addressed store, hash-verified

50 }
51
52 function assertFilesExist(files) {
53 files.forEach(function (f) {
54 expect(file(f)).to.exist;
55 });
56 }
57
58 function assertFilesNotExist(files) {
59 files.forEach(function (f) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…