mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Fixed angular-mocks path
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user