refactor: rename all test files to camelCase (#1562)

* rename files to camelCase

* fix imports

* more renames

* pull all client tests out of individual folders

* fix imports

* fix tests
This commit is contained in:
Mayukha Vadari
2021-08-25 16:11:04 -04:00
parent 334a8adbf0
commit 77979dda40
366 changed files with 443 additions and 438 deletions

View File

@@ -33,9 +33,9 @@ unittest() {
#node --harmony test-compiled/mocked-server.js > /dev/null &
#echo "Running tests in PhantomJS"
#mocha-phantomjs test/localrunner.html
#mocha-phantomjs test/localRunner.html
#echo "Running tests using minified version in PhantomJS"
#mocha-phantomjs test/localrunnermin.html
#mocha-phantomjs test/localRunnerMin.html
#echo "Running tests in SauceLabs"
#http-server &
@@ -47,12 +47,12 @@ unittest() {
}
integrationtest() {
mocha test/integration/integration-test.js
mocha test/integration/integration.js
# run integration tests in PhantomJS
#gulp build-tests build-min
#echo "Running integragtion tests in PhantomJS"
#mocha-phantomjs test/localintegrationrunner.html
#mocha-phantomjs test/localIntegrationRunner.html
}
doctest() {