Browse Source

move test script into the scripts directory

master
ansuz 1 year ago
parent
commit
5fbfeb1ccd
2 changed files with 1 additions and 1 deletions
  1. 2
      package.json
  2. 0
      scripts/TestSelenium.js

2
package.json

@ -37,7 +37,7 @@
"lint:js": "jshint --config .jshintrc --exclude-path .jshintignore .",
"lint:less": "./node_modules/lesshint/bin/lesshint -c ./.lesshintrc ./customize.dist/src/less2/",
"flow": "./node_modules/.bin/flow",
"test": "node TestSelenium.js",
"test": "node scripts/TestSelenium.js",
"template": "cd customize.dist/src && for page in ../index.html ../privacy.html ../terms.html ../about.html ../contact.html ../what-is-cryptpad.html ../features.html ../../www/login/index.html ../../www/register/index.html ../../www/user/index.html;do echo $page; cp template.html $page; done;"
}
}

TestSelenium.js → scripts/TestSelenium.js

Loading…
Cancel
Save