From d09e05fc494fe14eda50b5b1605c8cd530abb7a1 Mon Sep 17 00:00:00 2001 From: Carl Youngblood Date: Mon, 18 Nov 2013 11:53:43 +0000 Subject: [PATCH] chore(tests) Make tests use local code Create a symbolic link so that tests run against local repo code and not npm-installed versions. --- test-app/node_modules/deployd | 1 + 1 file changed, 1 insertion(+) create mode 120000 test-app/node_modules/deployd diff --git a/test-app/node_modules/deployd b/test-app/node_modules/deployd new file mode 120000 index 0000000..c25bddb --- /dev/null +++ b/test-app/node_modules/deployd @@ -0,0 +1 @@ +../.. \ No newline at end of file