mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix typo
This commit is contained in:
committed by
David Glasser
parent
40ef67fc93
commit
665f5ee9e4
@@ -117,7 +117,7 @@ assert.doesNotThrow(inFiber(function () {
|
||||
// sanity check -- main.js has expected contents.
|
||||
assert.strictEqual(fs.readFileSync(path.join(tmpOutputDir, "main.js"), "utf8").trim(),
|
||||
"require(require('path').join(__dirname, 'server', 'server.js'));");
|
||||
// node_modules directory exists and is not a symlink
|
||||
// node_modules directory exists and is a symlink
|
||||
assert(fs.lstatSync(path.join(tmpOutputDir, "server", "node_modules")).isSymbolicLink());
|
||||
// node_modules contains fibers
|
||||
assert(fs.existsSync(path.join(tmpOutputDir, "server", "node_modules", "fibers")));
|
||||
|
||||
Reference in New Issue
Block a user