From d975aa08da5f0b473be008a298436e33625d2ac8 Mon Sep 17 00:00:00 2001 From: Forrest L Norvell Date: Thu, 30 Apr 2015 18:26:33 -0700 Subject: test: there are a few valid trees Unfortunately small changes to the installer can result in different trees with git dependencies -- all are valid, but some are lossier than others. Handle all three valid alternatives in the test so it's not so sensitive to raciness, and also not coupled too tightly to the implementation. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 93f7ef567..b9c2082d7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ npm-debug.log /node_modules/marked /node_modules/require-inject /node_modules/sprintf-js +/node_modules/deep-equal /html/api/ /html/partial/ /html/doc/ -- cgit v1.2.3