diff options
| author | Igor Minar | 2013-08-23 15:41:47 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-08-23 15:46:11 -0700 |
| commit | 1d06a943857719ef533ca374c05aa5e02089a4d9 (patch) | |
| tree | 4b8b0b4b6e263dd0da7211052ae0c5047fcc78a9 /angularFiles.js | |
| parent | 7c605ddf1c57c9f162827713ca5b0fbb12de5fa5 (diff) | |
| download | angular.js-1d06a943857719ef533ca374c05aa5e02089a4d9.tar.bz2 | |
chore: reorganize test helper files under test/helpers
Diffstat (limited to 'angularFiles.js')
| -rwxr-xr-x | angularFiles.js | 7 |
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', |
