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

Function assertFilesExist

tests/acceptance/in-option-destroy-test.js:47–51  ·  view source on GitHub ↗
(files)

Source from the content-addressed store, hash-verified

45 }
46
47 function assertFilesExist(files) {
48 files.forEach(function (f) {
49 expect(file(f)).to.exist;
50 });
51 }
52
53 function assertFilesNotExist(files) {
54 files.forEach(function (f) {

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…