commit | 6da1bb6fc2d73916acd1947d5df5150404b4fbdb | [log] [tgz] |
---|---|---|
author | JJ Allaire <jj@rstudio.org> | Sat Jan 30 14:28:39 2016 -0500 |
committer | JJ Allaire <jj@rstudio.org> | Sat Jan 30 14:28:39 2016 -0500 |
tree | 9e1b8b57c2a85478c13ece55939c31634f3c8325 | |
parent | cff9e7cbd110f2050fe69f51bcdab4c2a2f1a4d7 [diff] [blame] |
migrate to reveal 3.2; add tests for all themes
diff --git a/tests/testthat.R b/tests/testthat.R new file mode 100644 index 0000000..e6bfcd1 --- /dev/null +++ b/tests/testthat.R
@@ -0,0 +1,4 @@ +library(testthat) +library(revealjs) + +test_check("revealjs")