Fixed angular-mocks path

This commit is contained in:
Marko Jurisic
2015-04-21 22:09:39 +02:00
parent 8e3d5a0e16
commit 34d582b6c1

View File

@@ -1,11 +1,11 @@
/// <reference path="../jasmine/jasmine.d.ts" />
/// <reference path="../jasmine-jquery/jasmine-jquery.d.ts" />
/// <reference path="../angular-mocks/angular-mocks.d.ts" />
/// <reference path="../angularjs/angular-mocks.d.ts" />
/// <reference path="angular-wizard.d.ts" />
// test file taken from https://github.com/mgonto/angular-wizard
module ng.mgoAngularWizard {
declare module ng.mgoAngularWizard {
"use strict";
describe( 'AngularWizard', function() {