Extracted a SpyFactory to slim Env down a bit

This commit is contained in:
Steve Gravrock
2018-01-09 13:31:09 -08:00
parent 6f119c4e5a
commit 1085914a76
4 changed files with 101 additions and 62 deletions

View File

@@ -48,6 +48,7 @@ var getJasmineRequireObj = (function (jasmineGlobal) {
j$.ReportDispatcher = jRequire.ReportDispatcher(j$);
j$.Spec = jRequire.Spec(j$);
j$.Spy = jRequire.Spy(j$);
j$.SpyFactory = jRequire.SpyFactory(j$);
j$.SpyRegistry = jRequire.SpyRegistry(j$);
j$.SpyStrategy = jRequire.SpyStrategy(j$);
j$.StringMatching = jRequire.StringMatching(j$);