Testing
We use PHPUnit for our PHP unit testing. To take advantage of automated unit test runs, please try to put PHP unit tests in the
/tests
directory of the repo. Note: Test files for PHPUnit need to be uppercase.
We use Jest for our JS unit testing. You can find the Jest config inside the
colby-package
package: https://github.com/ColbyCommunications/colby-package.
Last modified 1yr ago