mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-24 08:52:15 +00:00
Minor fix to static file serving
This commit is contained in:
13
RIGS/static/js/tests/unit/transition.js
Normal file
13
RIGS/static/js/tests/unit/transition.js
Normal file
@@ -0,0 +1,13 @@
|
||||
$(function () {
|
||||
|
||||
module("transition")
|
||||
|
||||
test("should be defined on jquery support object", function () {
|
||||
ok($.support.transition !== undefined, 'transition object is defined')
|
||||
})
|
||||
|
||||
test("should provide an end object", function () {
|
||||
ok($.support.transition ? $.support.transition.end : true, 'end string is defined')
|
||||
})
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user