aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xangularFiles.js7
-rw-r--r--test/helpers/matchers.js (renamed from test/matchers.js)0
-rw-r--r--test/helpers/privateMocks.js (renamed from src/privateMocks.js)0
-rw-r--r--test/helpers/privateMocksSpec.js (renamed from test/privateMocksSpec.js)0
-rw-r--r--test/helpers/testabilityPatch.js (renamed from test/testabilityPatch.js)0
5 files changed, 2 insertions, 5 deletions
diff --git a/angularFiles.js b/angularFiles.js
index a20dc21a..cd23aca0 100755
--- a/angularFiles.js
+++ b/angularFiles.js
@@ -80,7 +80,6 @@ angularFiles = {
'src/ngTouch/directive/ngClick.js',
'src/ngTouch/directive/ngSwipe.js',
'docs/components/angular-bootstrap/bootstrap.js',
- 'src/privateMocks.js'
],
'angularScenario': [
@@ -101,8 +100,7 @@ angularFiles = {
],
'angularTest': [
- 'test/testabilityPatch.js',
- 'test/matchers.js',
+ 'test/helpers/*.js',
'test/ngScenario/*.js',
'test/ngScenario/output/*.js',
'test/*.js',
@@ -144,8 +142,7 @@ angularFiles = {
'build/angular.js',
'@angularSrcModules',
'src/ngScenario/browserTrigger.js',
- 'test/matchers.js',
- 'test/testabilityPatch.js',
+ 'test/helpers/*.js',
'test/ngMock/*.js',
'test/ngCookies/*.js',
'test/ngRoute/**/*.js',
diff --git a/test/matchers.js b/test/helpers/matchers.js
index 57bf35c7..57bf35c7 100644
--- a/test/matchers.js
+++ b/test/helpers/matchers.js
diff --git a/src/privateMocks.js b/test/helpers/privateMocks.js
index 6d9fb34f..6d9fb34f 100644
--- a/src/privateMocks.js
+++ b/test/helpers/privateMocks.js
diff --git a/test/privateMocksSpec.js b/test/helpers/privateMocksSpec.js
index e58a2b75..e58a2b75 100644
--- a/test/privateMocksSpec.js
+++ b/test/helpers/privateMocksSpec.js
diff --git a/test/testabilityPatch.js b/test/helpers/testabilityPatch.js
index 514a5fdb..514a5fdb 100644
--- a/test/testabilityPatch.js
+++ b/test/helpers/testabilityPatch.js