commit | 883d0e08ef685506bfae96868d0ec53405e0c0e3 | [log] [tgz] |
---|---|---|
author | Will Beasley <wibeasley@hotmail.com> | Sat Jul 22 02:15:15 2017 -0500 |
committer | Will Beasley <wibeasley@hotmail.com> | Sat Jul 22 02:15:15 2017 -0500 |
tree | 18b477075c0099436b54291361e1a0e2c29cebc8 | |
parent | 680428f619b1b8788ba144e570c3c0af770c2cfd [diff] [blame] |
basic testthat structure
diff --git a/tests/test-all.R b/tests/test-all.R new file mode 100644 index 0000000..27593da --- /dev/null +++ b/tests/test-all.R
@@ -0,0 +1,5 @@ +# Modeled after the R6 testing structure: https://github.com/wch/R6/blob/master/tests/testthat.R +library(testthat) +library(kableExtra) + +testthat::test_check("kableExtra")