chore: reorganize test helper files under test/helpers

This commit is contained in:
Igor Minar 2013-08-23 15:41:47 -07:00
parent 7c605ddf1c
commit 1d06a94385
5 changed files with 2 additions and 5 deletions

7
angularFiles.js vendored
View file

@ -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',