diff --git a/Makefile b/Makefile index 5f00eb6a5ce618236935b7c19fc2933f56ab0998..501750340ae803781875d43e9557a0afc81ae512 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