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

Function assertFilesNotExist

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

Source from the content-addressed store, hash-verified

51 }
52
53 function assertFilesNotExist(files) {
54 files.forEach(function (f) {
55 expect(file(f)).to.not.exist;
56 });
57 }
58
59 const assertDestroyAfterGenerate = async function (args, addonPath, files) {
60 await initApp();

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…