oops accidentally delted half a line or something

This commit is contained in:
Naomi Seyfer
2013-06-13 18:28:04 -07:00
parent 6eeec29398
commit 0ccba277cf

View File

@@ -49,7 +49,7 @@ assert.doesNotThrow(function () {
mainJSContents);
// verify that contents are not minified
var appHtml = fs.readFileSync(path.join(tmpOutputDir, "programs",
"client", "app.html"), '
"client", "app.html"), 'utf8');
assert(!(/src=\"##PATH_PREFIX##\/[0-9a-f]{40,40}.js\"/.test(appHtml)));
assert(/src=\"##PATH_PREFIX##\/packages\/meteor/.test(appHtml));
assert(/src=\"##PATH_PREFIX##\/packages\/deps/.test(appHtml));