Skip to content

Commit

Permalink
fix(): tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Jiang committed Dec 11, 2018
1 parent ba2434a commit 1a99615
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ safeRunCommand "$command"
command="ava test/library.js --verbose"
safeRunCommand "$command"

command="ava test/storage.js --verbose"
safeRunCommand "$command"

command="ava test/ownership.js --verbose"
safeRunCommand "$command"

Expand Down

0 comments on commit 1a99615

Please sign in to comment.