@tsed/cli-plugin-jest
Advanced tools
Comparing version 1.12.2 to 1.12.3
@@ -14,3 +14,3 @@ "use strict"; | ||
enabled() { | ||
return ctx.type !== "server"; | ||
return !(ctx.type === "server" || ctx.type.includes(":connection")); | ||
}, | ||
@@ -17,0 +17,0 @@ task: () => this.srcRenderService.render(specTemplate, ctx, { |
{ | ||
"name": "@tsed/cli-plugin-jest", | ||
"version": "1.12.2", | ||
"version": "1.12.3", | ||
"main": "lib/index.js", | ||
@@ -8,4 +8,4 @@ "typings": "lib/index.d.ts", | ||
"devDependencies": { | ||
"@tsed/cli": "1.12.2", | ||
"@tsed/cli-core": "1.12.2" | ||
"@tsed/cli": "1.12.3", | ||
"@tsed/cli-core": "1.12.3" | ||
}, | ||
@@ -12,0 +12,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
23564