diff --git a/demo-shell-ng2/package.json b/demo-shell-ng2/package.json index 3a71da1938..c5d93c2b12 100644 --- a/demo-shell-ng2/package.json +++ b/demo-shell-ng2/package.json @@ -6,7 +6,7 @@ "build.prod": "gulp build", "prestart": "npm install", "start": "concurrently \"npm run tsc:w\" \"npm run lite\" ", - "test": "live-server --open=test/tests-runner.html", + "test": "live-server --open=tests-runner.html", "tsc": "tsc", "tsc:w": "tsc -w", "lite": "lite-server", diff --git a/demo-shell-ng2/test/tests-runner.html b/demo-shell-ng2/test/tests-runner.html deleted file mode 100644 index b89b05a737..0000000000 --- a/demo-shell-ng2/test/tests-runner.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - Ng App Unit Tests - - - - - - - - - - diff --git a/demo-shell-ng2/tests-runner.html b/demo-shell-ng2/tests-runner.html new file mode 100644 index 0000000000..c29333199a --- /dev/null +++ b/demo-shell-ng2/tests-runner.html @@ -0,0 +1,51 @@ + + + + + Alfresco Angular 2 Unit Tests + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file