From 4a750fb6c4b4f68cc5703747b9710aeb25c9b1c4 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 17 Oct 2016 16:38:56 +0100 Subject: [PATCH] Remove nvm after every test This ensures we get a fresh nvm install for every test --- tests/loading/teardown | 1 + 1 file changed, 1 insertion(+) create mode 100755 tests/loading/teardown diff --git a/tests/loading/teardown b/tests/loading/teardown new file mode 100755 index 0000000..c436201 --- /dev/null +++ b/tests/loading/teardown @@ -0,0 +1 @@ +rm -rf ../../.nvm