Added initial RequireJS Jasmine test.
This commit is contained in:
committed by
Valera Rozuvan
parent
62271fe5c6
commit
c94530cb01
3
lms/static/coffee/spec/requirejs_spec.coffee
Normal file
3
lms/static/coffee/spec/requirejs_spec.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
describe "RequireJS", ->
|
||||
it "check that the RequireJS object is present in the global namespace", ->
|
||||
expect(true).toBe true
|
||||
Reference in New Issue
Block a user