Add unit tests for each supported theme

This commit is contained in:
Romain Vigier
2020-02-14 01:10:39 +01:00
parent 53761e3217
commit e77256faac
18 changed files with 2762 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"scripts": {
"test": "ava"
},
"devDependencies": {
"ava": "^3.3.0",
"esm": "^3.2.25"
}
}