diff options
Diffstat (limited to 'test/data/test.js')
-rw-r--r-- | test/data/test.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/data/test.js b/test/data/test.js new file mode 100644 index 000000000..a18815315 --- /dev/null +++ b/test/data/test.js @@ -0,0 +1,3 @@ +var testBar = "bar"; +jQuery('#ap').html('bar'); +ok( true, "test.js executed"); |