Skip to content

Commit 2a69a2b

Browse files
author
Sunny Gurnani
committed
Added Pattern to error text
1 parent 82849e6 commit 2a69a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/specs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function specsRunner(specs, reporter, callback, err, data) {
141141
traverse(specs[key].find.spec, filteredData);
142142
} else {
143143
tests.push({
144-
text: path.join('.'),
144+
text: path.join('.') + " " + specs[key].find.pattern,
145145
result: new Error('not found')
146146
});
147147
}

0 commit comments

Comments
 (0)