mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
chore: reorganize test helper files under test/helpers
This commit is contained in:
parent
7c605ddf1c
commit
1d06a94385
5 changed files with 2 additions and 5 deletions
7
angularFiles.js
vendored
7
angularFiles.js
vendored
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue