This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Acceptance tests now end in .atest.js.
They're different enough from normal tap tests that I don't think they should have the .test.js extension, but I would like to maintain that naming style, so .atest.js seemed reasonable. Also imported the acceptance test function as 'acceptanceTest' instead of 'test' in login.atest.js, to make sure they don't get confused with standard tap tests.
- Loading branch information