diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-04-12 15:39:11 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:50 +0200 |
| commit | 8f70d4d5fcbaf772c0dc4d8cffa7b54312c63ee6 (patch) | |
| tree | ce6b65137488f197e82168a44f71dd3ce81b419e /test.html | |
| parent | 4d3f658a710f4d88d65c9e6ed1c659946e378007 (diff) | |
| download | wvs-vplan-8f70d4d5fcbaf772c0dc4d8cffa7b54312c63ee6.tar.gz wvs-vplan-8f70d4d5fcbaf772c0dc4d8cffa7b54312c63ee6.zip | |
bereite auf automatische Tests vor, Refaktorisierung beginnen
Diffstat (limited to 'test.html')
| -rw-r--r-- | test.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test.html b/test.html new file mode 100644 index 0000000..1b82465 --- /dev/null +++ b/test.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <title>WvS VPlan Unit Tests</title> + <link rel="stylesheet" href="css/qunit-1.14.0.css" + <script src="js/qunit-1.14.0.js" + <script src="js/index.js"></script> + + <script> + </script> + </head> + <body> + <div id="qunit"></div> + </body> +</html> |
