Exercise: Implementing Tests
Practice implementing tests using the Truffle Framework.
We'll cover the following...
In this exercise, we'll practice writing tests for smart contracts using the Truffle Framework. We'll have to write a new test for the Auction
smart contract in which we test that the ownership of the item on sale will go to the highest bidder.