Under the test folder, you should already see two test files, one in JavaScript and one in Solidity. These were the files that came out of the box when we initialized our Truffle project. Since we have a TaskMaster contract and not a MetaCoin contract, feel free to delete those two test files. Let's start from scratch.
Your test folder should now be empty.
Now, inside the test folder, create a new file called TestTaskMaster.sol.
Start by adding a few necessary Truffle imports, including ...