Archived
1
0

refactor: move unit tests to test/unit

This commit is contained in:
Joe Previte
2021-03-09 16:32:31 -07:00
parent ed839c9a03
commit 3f7104bb4e
22 changed files with 269 additions and 72 deletions

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Test Plugin</title>
</head>
<body>
<p>Welcome to the test plugin!</p>
</body>
</html>