diff options
| author | Vojta Jina | 2011-10-31 17:56:55 -0700 | 
|---|---|---|
| committer | Vojta Jina | 2011-10-31 18:22:38 -0700 | 
| commit | ddf6f1143f140d81b22d21ff33de062a35999801 (patch) | |
| tree | 82bdaef94cea22bcdac15cd6b482f5a845675cb3 /angularFiles.js | |
| parent | 2636105c5e363f14cda890f19ac9c3bc57556dd2 (diff) | |
| download | angular.js-ddf6f1143f140d81b22d21ff33de062a35999801.tar.bz2 | |
test(mocks): test mocks with compiled angular
Unfortunately, there people in our team (me), who are not able to use angular.* namespace prefix
when writing angular-mocks code, so we need to test it...
Diffstat (limited to 'angularFiles.js')
| -rw-r--r-- | angularFiles.js | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/angularFiles.js b/angularFiles.js index 2cf26719..2d9a48fc 100644 --- a/angularFiles.js +++ b/angularFiles.js @@ -94,6 +94,15 @@ angularFiles = {      'build/docs/docs-scenario.js'    ], +  'jstdMocks': [ +    'lib/jasmine/jasmine.js', +    'lib/jasmine-jstd-adapter/JasmineAdapter.js', +    'build/angular.js', +    'src/angular-mocks.js', +    'test/matchers.js', +    'test/angular-mocksSpec.js' +  ], +    'jstdPerf': [     'lib/jasmine/jasmine.js',     'lib/jasmine-jstd-adapter/JasmineAdapter.js', | 
