Skip to content

Commit 1d06a94

Browse files
committed
chore: reorganize test helper files under test/helpers
1 parent 7c605dd commit 1d06a94

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

angularFiles.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ angularFiles = {
8080
'src/ngTouch/directive/ngClick.js',
8181
'src/ngTouch/directive/ngSwipe.js',
8282
'docs/components/angular-bootstrap/bootstrap.js',
83-
'src/privateMocks.js'
8483
],
8584

8685
'angularScenario': [
@@ -101,8 +100,7 @@ angularFiles = {
101100
],
102101

103102
'angularTest': [
104-
'test/testabilityPatch.js',
105-
'test/matchers.js',
103+
'test/helpers/*.js',
106104
'test/ngScenario/*.js',
107105
'test/ngScenario/output/*.js',
108106
'test/*.js',
@@ -144,8 +142,7 @@ angularFiles = {
144142
'build/angular.js',
145143
'@angularSrcModules',
146144
'src/ngScenario/browserTrigger.js',
147-
'test/matchers.js',
148-
'test/testabilityPatch.js',
145+
'test/helpers/*.js',
149146
'test/ngMock/*.js',
150147
'test/ngCookies/*.js',
151148
'test/ngRoute/**/*.js',
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)