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

Function assertFilesNotExist

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

Source from the content-addressed store, hash-verified

56 }
57
58 function assertFilesNotExist(files) {
59 files.forEach(function (f) {
60 expect(file(f)).to.not.exist;
61 });
62 }
63
64 const assertDestroyAfterGenerate = async function (args, files) {
65 await initApp();

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…