find-test-names
Advanced tools
Comparing version 1.28.0 to 1.28.1
{ | ||
"name": "find-test-names", | ||
"version": "1.28.0", | ||
"version": "1.28.1", | ||
"description": "Given a Mocha / Cypress spec file, returns the list of suite and test names", | ||
@@ -5,0 +5,0 @@ "main": "src", |
@@ -763,2 +763,3 @@ const babel = require('@babel/parser') | ||
testInfo.exclusive = true | ||
test.exclusive = true | ||
debug('found it.only "%s"', testInfo.name) | ||
@@ -765,0 +766,0 @@ |
37272
915