Comparing version 3.0.2 to 3.0.3
@@ -49,3 +49,3 @@ /** | ||
for (const tr of testsResources) { | ||
await new Promise(resolve => { | ||
await new Promise((resolve, reject) => { | ||
try { | ||
@@ -65,7 +65,7 @@ const execContext = installExecutionContext(EXECUTION_MODES.SESSION); | ||
console.error(`failed to process '${tr}': `, e); | ||
resolve(); | ||
reject(e); | ||
}); | ||
} catch (e) { | ||
console.error(`failed to process '${tr}': `, e); | ||
resolve(); | ||
reject(e); | ||
} | ||
@@ -72,0 +72,0 @@ }); |
{ | ||
"name": "just-test", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "JavaScript tests runner", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
[![npm version](https://img.shields.io/npm/v/just-test.svg?label=npm)](https://www.npmjs.com/package/just-test) | ||
[![License GitHub](https://img.shields.io/github/license/gullerya/just-test.svg)](https://opensource.org/licenses/MIT) | ||
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/gullerya/just-test/Publish/main?label=main) | ||
[![Codecov](https://img.shields.io/codecov/c/github/gullerya/just-test/main.svg?label=main%20coverage)](https://codecov.io/gh/gullerya/just-test/branch/main) | ||
[![Quality pipeline](https://github.com/gullerya/just-test/actions/workflows/quality.yml/badge.svg?branch=main)](https://github.com/gullerya/just-test/actions/workflows/quality.yml) | ||
[![Codecov](https://codecov.io/gh/gullerya/just-test/branch/main/graph/badge.svg?token=gq1k48NawB)](https://codecov.io/gh/gullerya/just-test) | ||
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/gullerya/just-test/Build/develop?label=develop) | ||
[![Codecov](https://img.shields.io/codecov/c/github/gullerya/just-test/develop.svg?label=develop%20coverage)](https://codecov.io/gh/gullerya/just-test/branch/develop) | ||
[![Codacy](https://img.shields.io/codacy/grade/9aa34b1cf3c248fea0164e71137dce1c.svg?logo=codacy)](https://www.codacy.com/app/gullerya/just-test) | ||
@@ -11,0 +8,0 @@ |
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
155799
118