@adonisjs/assembler
Advanced tools
Comparing version 6.1.3-10 to 6.1.3-11
@@ -88,3 +88,3 @@ /* | ||
if (this.#options.retries !== undefined) { | ||
args.push('--timeout'); | ||
args.push('--retries'); | ||
args.push(String(this.#options.retries)); | ||
@@ -118,8 +118,4 @@ } | ||
} | ||
if (filters.ignoreTags) { | ||
args.push('--ignore-tags'); | ||
args.push(filters.ignoreTags.join(',')); | ||
} | ||
if (filters.tests) { | ||
args.push('--ignore-tests'); | ||
args.push('--tests'); | ||
args.push(filters.tests.join(',')); | ||
@@ -126,0 +122,0 @@ } |
@@ -71,3 +71,2 @@ /// <reference types="node" resolution-mode="require"/> | ||
tags: string[]; | ||
ignoreTags: string[]; | ||
}>; | ||
@@ -74,0 +73,0 @@ reporters?: string[]; |
{ | ||
"name": "@adonisjs/assembler", | ||
"version": "6.1.3-10", | ||
"version": "6.1.3-11", | ||
"description": "Provides utilities to run AdonisJS development server and build project for production", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
49346
1393