Skip to content

Commit

Permalink
improves test log
Browse files Browse the repository at this point in the history
  • Loading branch information
roryc89 committed Jan 25, 2021
1 parent c1293b5 commit 121fa37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run-example-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ const go = async () => {

const packages = getDirectories('./examples');

console.log(packages)

for(let package of packages){
console.log(`Testing ${package}`);
await exec(`cd "./examples/${package}" && npm t`)
}
}
Expand Down

0 comments on commit 121fa37

Please sign in to comment.