Skip to content

Commit 3fc7378

Browse files
author
lucyhe
committed
Add comment and reference to freedom mocks
1 parent fbbad05 commit 3fc7378

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mocks/freedom-mocks.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
/**
22
* freedom-mocks.ts
33
*
4+
* Mock freedom objects used for uProxy unit tests. The mock classes below
5+
* implement different freedom interfaces found in freedom/typings/freedom.d.ts.
46
* This file must be compiled independently of all other typescript in uProxy.
57
*/
68

79
/// <reference path='../third_party/typings/es6-promise/es6-promise.d.ts' />
10+
/// <reference path='../third_party/typings/jasmine/jasmine.d.ts' />
811
/// <reference path='../freedom/typings/storage.d.ts' />
912

1013

0 commit comments

Comments
 (0)