MCPcopy
hub / github.com/h5bp/html5-boilerplate / runTests

Function runTests

test/file_existence.mjs:104–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
103
104function runTests() {
105 describe('Test if all the expected files, and only them, are present in the build directories', () => {
106 describe(dirs.archive, () => {
107 checkFiles(dirs.archive, expectedFilesInArchiveDir);
108 });
109
110 describe(dirs.dist, () => {
111 checkFiles(dirs.dist, expectedFilesInDistDir);
112 });
113 });
114}
115
116runTests();

Callers 1

file_existence.mjsFile · 0.70

Calls 1

checkFilesFunction · 0.85

Tested by

no test coverage detected