From 40da5ee5fcb86031dcef347dcdbd811b33cfbc70 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sun, 15 Mar 2015 20:10:46 -0700 Subject: [PATCH] script/test --- Makefile | 2 +- test/run.sh => script/test | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/run.sh => script/test (100%) diff --git a/Makefile b/Makefile index 5f00eb6..5017503 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ build: node_modules/ bower_components/ test: node_modules/ build lint - ./test/run.sh + ./script/test saucelabs: build node ./test/saucelabs.js diff --git a/test/run.sh b/script/test similarity index 100% rename from test/run.sh rename to script/test -- GitLab