@75lb/nature
Advanced tools
Comparing version
@@ -5,5 +5,9 @@ async function testRunner (files) { | ||
const runner = new TestRunner() | ||
await runner.start(files) | ||
try { | ||
await runner.start(files) | ||
} catch (err) { | ||
console.error(err) | ||
} | ||
} | ||
export default testRunner |
{ | ||
"name": "@75lb/nature", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "75lb-nature", | ||
@@ -6,0 +6,0 @@ "repository": { |
10477
0.53%231
1.76%