aboutsummaryrefslogtreecommitdiffstats
path: root/angularFiles.js
diff options
context:
space:
mode:
authorIgor Minar2013-08-23 15:41:47 -0700
committerIgor Minar2013-08-23 15:46:11 -0700
commit1d06a943857719ef533ca374c05aa5e02089a4d9 (patch)
tree4b8b0b4b6e263dd0da7211052ae0c5047fcc78a9 /angularFiles.js
parent7c605ddf1c57c9f162827713ca5b0fbb12de5fa5 (diff)
downloadangular.js-1d06a943857719ef533ca374c05aa5e02089a4d9.tar.bz2
chore: reorganize test helper files under test/helpers
Diffstat (limited to 'angularFiles.js')
-rwxr-xr-xangularFiles.js7
1 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',