mocha-typescript
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -0,0 +0,0 @@ /** |
13
index.js
@@ -10,8 +10,9 @@ "use strict"; | ||
var afterEach = global.afterEach; | ||
var testNameSymbol = Symbol("test"); | ||
var instanceSymbol = Symbol("instance"); | ||
var slowSymbol = Symbol("slow"); | ||
var timeoutSymbol = Symbol("timout"); | ||
var onlySymbol = Symbol("only"); | ||
var skipSymbol = Symbol("skip"); | ||
var nodeSymbol = global.Symbol || (function (key) { return "__mts_" + key; }); | ||
var testNameSymbol = nodeSymbol("test"); | ||
var instanceSymbol = nodeSymbol("instance"); | ||
var slowSymbol = nodeSymbol("slow"); | ||
var timeoutSymbol = nodeSymbol("timout"); | ||
var onlySymbol = nodeSymbol("only"); | ||
var skipSymbol = nodeSymbol("skip"); | ||
function suite(target) { | ||
@@ -18,0 +19,0 @@ var decoratorName = typeof target === "string" && target; |
{ | ||
"name": "mocha-typescript", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "TypeScript decorators based wrapper over mocha's interface", | ||
@@ -17,14 +17,11 @@ "main": "index.js", | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"mocha": "*" | ||
}, | ||
"devDependencies": { | ||
"assert": "^1.3.0", | ||
"mocha": "^2.4.5", | ||
"mocha": "^2.5.3", | ||
"typescript": "^1.8.9" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
"index.js", | ||
"index.d.ts" | ||
] | ||
} |
@@ -0,0 +0,0 @@ # TypeScript Decorators Based Interface for Mocha |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
163
25206