diff options
author | hackademix <giorgio@maone.net> | 2018-10-02 15:50:23 +0200 |
---|---|---|
committer | hackademix <giorgio@maone.net> | 2018-10-02 23:00:21 +0200 |
commit | 43502637288f9f60019be2759e5049d0fe9377fe (patch) | |
tree | c654cea77ca8abaa17df3adc5d1ce0114ee4544a /test/resources/app-trilicensed.js | |
parent | 37774e035b5ebf53e2fde92b11e4f3419b53909c (diff) |
Jasmine-based automated tests suite.
Diffstat (limited to 'test/resources/app-trilicensed.js')
-rw-r--r-- | test/resources/app-trilicensed.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/resources/app-trilicensed.js b/test/resources/app-trilicensed.js new file mode 100644 index 0000000..7b2c2ea --- /dev/null +++ b/test/resources/app-trilicensed.js @@ -0,0 +1 @@ +document.write(`<p>Executing ${document.currentScript.src}</p>`); |