From 1d06a943857719ef533ca374c05aa5e02089a4d9 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 23 Aug 2013 15:41:47 -0700 Subject: chore: reorganize test helper files under test/helpers --- angularFiles.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'angularFiles.js') 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', -- cgit v1.2.3