mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Fix various JSHint warnings in client-side code.
This commit is contained in:
parent
a6aed5416f
commit
8b13a1c945
25 changed files with 188 additions and 130 deletions
|
@ -11,13 +11,13 @@ describe('navMenu', function () {
|
|||
|
||||
it('should ...', function () {
|
||||
|
||||
/*
|
||||
To test your directive, you need to create some html that would use your directive,
|
||||
send that through compile() then compare the results.
|
||||
/*
|
||||
To test your directive, you need to create some html that would use your
|
||||
directive, send that through compile() then compare the results.
|
||||
|
||||
var element = compile('<div nav-menu name="name">hi</div>')(scope);
|
||||
expect(element.text()).toBe('hello, world');
|
||||
*/
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue