[Build] Remove boilerplate from scripts
No longer necessary after JSHint configuration.
This commit is contained in:
@@ -20,14 +20,12 @@
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
|
||||
/*global define,describe,beforeEach,it,jasmine,expect,Promise,waitsFor,runs */
|
||||
|
||||
define(
|
||||
[
|
||||
'../src/IdentityCreationDecorator'
|
||||
],
|
||||
function (IdentityCreationDecorator) {
|
||||
"use strict";
|
||||
|
||||
describe("IdentityCreationDecorator", function () {
|
||||
var mockIdentityService,
|
||||
|
||||
Reference in New Issue
Block a user