mirror of
https://github.com/flynx/test.js.git
synced 2025-10-28 10:20:09 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b14d3c71ad
commit
c06c332e23
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-test",
|
"name": "ig-test",
|
||||||
"version": "1.3.5",
|
"version": "1.3.6",
|
||||||
"description": "experimental test runner....",
|
"description": "experimental test runner....",
|
||||||
"main": "test.js",
|
"main": "test.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
2
test.js
2
test.js
@ -532,7 +532,7 @@ argv.Parser({
|
|||||||
k,
|
k,
|
||||||
v.filename ?
|
v.filename ?
|
||||||
' '.repeat(o > 0 ? o : offset)
|
' '.repeat(o > 0 ? o : offset)
|
||||||
+ `- ${ npath.relative(process.cwd(), v.filename) }: `
|
+ `- ${ npath.relative(process.cwd(), v.filename) }`
|
||||||
: '' ]
|
: '' ]
|
||||||
return o > 0 ?
|
return o > 0 ?
|
||||||
s.join('')
|
s.join('')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user